Interface Process1D.ComponentProcess<D extends Distribution>
- All Superinterfaces:
RandomProcess<D>
- All Known Implementing Classes:
GaussianProcess, GeometricBrownianMotion, StationaryNormalProcess, WienerProcess
- Enclosing class:
Process1D<P extends Process1D.ComponentProcess<?>>
-
Nested Class Summary
Nested classes/interfaces inherited from interface RandomProcess
RandomProcess.SimulationResults -
Method Summary
Methods inherited from interface RandomProcess
getDistribution, simulate
-
Method Details
-
getValue
double getValue() -
setValue
void setValue(double newValue) -
step
double step(double stepSize, double standardGaussianInnovation)
-