Uses of Class
org.ojalgo.random.process.SingleValueBasedProcess
-
Packages that use SingleValueBasedProcess Package Description org.ojalgo.random.process -
-
Uses of SingleValueBasedProcess in org.ojalgo.random.process
Subclasses of SingleValueBasedProcess in org.ojalgo.random.process Modifier and Type Class Description class
GeometricBrownianMotion
Diffusion process defined by a stochastic differential equation:class
PoissonProcess
A Poisson process is a stochastic process which counts the number of events in a given time interval.class
StationaryNormalProcess
Process with fixed mean and (possibly) fluctuating variance given by aScedasticityModel
.class
WienerProcess
-