Uses of Interface
org.ojalgo.random.process.RandomProcess
-
Packages that use RandomProcess Package Description org.ojalgo.random.process -
-
Uses of RandomProcess in org.ojalgo.random.process
Subinterfaces of RandomProcess in org.ojalgo.random.process Modifier and Type Interface Description (package private) static interface
Process1D.ComponentProcess<D extends Distribution>
Classes in org.ojalgo.random.process that implement RandomProcess Modifier and Type Class Description (package private) class
AbstractProcess<D extends Distribution>
class
GaussianProcess
A Gaussian process is aRandomProcess
where each variable has a normal distribution.class
GeometricBrownianMotion
Diffusion process defined by a stochastic differential equation:(package private) class
MultipleValuesBasedProcess<D extends Distribution>
class
PoissonProcess
A Poisson process is a stochastic process which counts the number of events in a given time interval.(package private) class
SingleValueBasedProcess<D extends Distribution>
class
StationaryNormalProcess
Process with fixed mean and (possibly) fluctuating variance given by aScedasticityModel
.class
WienerProcess
-