Uses of Interface
org.ojalgo.random.process.GaussianField.Mean
-
Packages that use GaussianField.Mean Package Description org.ojalgo.random.process -
-
Uses of GaussianField.Mean in org.ojalgo.random.process
Fields in org.ojalgo.random.process declared as GaussianField.Mean Modifier and Type Field Description private GaussianField.Mean<K>
GaussianField. myMeanFunction
Methods in org.ojalgo.random.process that return GaussianField.Mean Modifier and Type Method Description private static <K extends java.lang.Comparable<? super K>>
GaussianField.Mean<K>GaussianField. mean()
Methods in org.ojalgo.random.process with parameters of type GaussianField.Mean Modifier and Type Method Description void
GaussianField.Covariance. calibrate(java.util.Collection<EntryPair.KeyedPrimitive<K>> observations, GaussianField.Mean<K> mean)
Constructors in org.ojalgo.random.process with parameters of type GaussianField.Mean Constructor Description GaussianField(GaussianField.Mean<K> meanFunc, GaussianField.Covariance<K> covarFunc)
GaussianField(GaussianField.Mean<K> meanFunc, GaussianField.Covariance<K> covarFunc, java.util.TreeSet<EntryPair.KeyedPrimitive<K>> observations)
GaussianProcess(GaussianField.Mean<java.lang.Double> meanFunc, GaussianField.Covariance<java.lang.Double> covarFunc)
-