Uses of Class
org.ojalgo.random.process.AbstractProcess
-
Packages that use AbstractProcess Package Description org.ojalgo.random.process -
-
Uses of AbstractProcess in org.ojalgo.random.process
Subclasses of AbstractProcess in org.ojalgo.random.process Modifier and Type Class Description classGaussianProcessA Gaussian process is aRandomProcesswhere each variable has a normal distribution.classGeometricBrownianMotionDiffusion process defined by a stochastic differential equation:(package private) classMultipleValuesBasedProcess<D extends Distribution>classPoissonProcessA Poisson process is a stochastic process which counts the number of events in a given time interval.(package private) classSingleValueBasedProcess<D extends Distribution>classStationaryNormalProcessProcess with fixed mean and (possibly) fluctuating variance given by aScedasticityModel.classWienerProcess
-