public static interface OrdinaryKriging.Variogram extends Cloneable
Modifier and Type | Method and Description |
---|---|
OrdinaryKriging.Variogram |
clone() |
void |
train(RegressionDataSet dataSet,
double nugget)
Sets the values of the variogram
|
double |
val(double r)
Returns the output of the variogram for the given input
|
void train(RegressionDataSet dataSet, double nugget)
dataSet
- the data set to learn the parameters fromnugget
- the nugget value to add tot he variogram, may be
ignored if the variogram want to fit it automaticallydouble val(double r)
r
- the input valueOrdinaryKriging.Variogram clone()
Copyright © 2017. All rights reserved.