Uses of Interface
org.ojalgo.random.process.GaussianField.Mean
Packages that use GaussianField.Mean
-
Uses of GaussianField.Mean in org.ojalgo.random.process
Methods in org.ojalgo.random.process with parameters of type GaussianField.MeanModifier and TypeMethodDescriptionvoidGaussianField.Covariance.calibrate(Collection<EntryPair.KeyedPrimitive<K>> observations, GaussianField.Mean<K> mean) Constructors in org.ojalgo.random.process with parameters of type GaussianField.MeanModifierConstructorDescriptionGaussianField(GaussianField.Mean<K> meanFunc, GaussianField.Covariance<K> covarFunc) GaussianProcess(GaussianField.Mean<Double> meanFunc, GaussianField.Covariance<Double> covarFunc)