Class GaussianField<K extends Comparable<? super K>>

java.lang.Object
org.ojalgo.random.process.RandomField<K>
org.ojalgo.random.process.GaussianField<K>

public final class GaussianField<K extends Comparable<? super K>> extends RandomField<K>
This GaussianField class is a generalization, as well as the underlying implementation, of GaussianProcess. Prior to calling getDistribution(Comparable...) you must call addObservation(Comparable, double) one or more times.