Package org.ojalgo.random.process
Interface GaussianField.Mean<K extends java.lang.Comparable<? super K>>
-
- Enclosing class:
- GaussianField<K extends java.lang.Comparable<? super K>>
public static interface GaussianField.Mean<K extends java.lang.Comparable<? super K>>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
calibrate(java.util.Collection<EntryPair.KeyedPrimitive<K>> observations)
double
invoke(K key)
-
-
-
Method Detail
-
calibrate
void calibrate(java.util.Collection<EntryPair.KeyedPrimitive<K>> observations)
-
invoke
double invoke(K key)
-
-