Uses of Interface
org.ojalgo.random.process.RandomProcess
Packages that use RandomProcess
-
Uses of RandomProcess in org.ojalgo.random.process
Subinterfaces of RandomProcess in org.ojalgo.random.processModifier and TypeInterfaceDescription(package private) static interface
Process1D.ComponentProcess<D extends Distribution>
Classes in org.ojalgo.random.process that implement RandomProcessModifier and TypeClassDescription(package private) class
AbstractProcess<D extends Distribution>
final class
A Gaussian process is aRandomProcess
where each variable has a normal distribution.final class
Diffusion process defined by a stochastic differential equation:(package private) class
MultipleValuesBasedProcess<D extends Distribution>
final class
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>
final class
Process with fixed mean and (possibly) fluctuating variance given by aScedasticityModel
.final class