Module ojalgo
Package org.ojalgo.random.process
package org.ojalgo.random.process
-
ClassDescriptionGaussianField<K extends Comparable<? super K>>This GaussianField class is a generalization, as well as the underlying implementation, of GaussianProcess.GaussianField.Covariance<K extends Comparable<? super K>>GaussianField.Mean<K extends Comparable<? super K>>A Gaussian process is a
RandomProcesswhere each variable has a normal distribution.Diffusion process defined by a stochastic differential equation:A Poisson process is a stochastic process which counts the number of events in a given time interval.Process1D<P extends org.ojalgo.random.process.Process1D.ComponentProcess<?>>Drive a set of processes simultaneously – correlated or uncorrelated.RandomProcess<D extends Distribution>A random/stochastic process (a series of random variables indexed by time or space) representing the evolution of some random value.Process with fixed mean and (possibly) fluctuating variance given by aScedasticityModel.