public static class OrdinaryKriging.PowVariogram extends Object implements OrdinaryKriging.Variogram
Constructor and Description |
---|
PowVariogram() |
PowVariogram(double beta) |
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
|
public void train(RegressionDataSet dataSet, double nugget)
OrdinaryKriging.Variogram
train
in interface OrdinaryKriging.Variogram
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 automaticallypublic double val(double r)
OrdinaryKriging.Variogram
val
in interface OrdinaryKriging.Variogram
r
- the input valuepublic OrdinaryKriging.Variogram clone()
clone
in interface OrdinaryKriging.Variogram
clone
in class Object
Copyright © 2017. All rights reserved.