Module ojalgo

Class GaussianProcess

java.lang.Object
org.ojalgo.random.process.GaussianProcess
All Implemented Interfaces:
RandomProcess<Normal>

public final class GaussianProcess extends Object
A Gaussian process is a RandomProcess where each variable has a normal distribution. In addition, every finite collection of those variables has a multivariate normal distribution.

Prior to calling getDistribution(double) or RandomProcess.simulate(int, int, double) you must call addObservation(Double, double) one or more times.

Author:
apete