Package org.ojalgo.random.process
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 org.ojalgo.random.process.RandomProcess
RandomProcess.SimulationResults
-
Method Summary
Methods inherited from interface org.ojalgo.random.process.RandomProcess
getDistribution, simulate
-
Method Details
-
getValue
double getValue() -
setValue
void setValue(double newValue) -
step
double step(double stepSize, double standardGaussianInnovation)
-