Interpolation[Kriging]
FitVariogramParameters
estimate the nugget, sill, and range parameters for a set of points and values
Calling Sequence
Parameters
Description
Examples
Compatibility
FitVariogramParameters(k)
k
-
a Kriging object
The FitVariogramParameters command uses the heuristics described below to estimate the variogram parameters given a set of data.
The distance between each pair of points and the difference between the associated values are calculated.
The nugget is estimated to be the 25th percentile of the differences.
The sill is estimated to be the maximum of:
the 75th percentile of the differences, and
the smallest nonzero difference.
The range is estimated to be the 50th percentile of the distances.
points,data≔Interpolation:-Kriging:-GenerateSpatialData⁡Spherical⁡1,10,1
k≔Interpolation:-Kriging⁡points,data
k≔Krⅈgⅈng ⅈntⅇrpolatⅈon obȷⅇct wⅈth 30 samplⅇ poⅈntsVarⅈogram: Sphⅇrⅈcal(1.25259453854486,13.6487615617241,.5525536774)
FitVariogramParameters⁡k,Spherical
1.25259453854486,13.6487615617241,0.552553677400000
The Interpolation[Kriging][FitVariogramParameters] command was introduced in Maple 2018.
For more information on Maple 2018 changes, see Updates in Maple 2018.
See Also
Constructor
Interpolating at a point
Kriging
SetVariogram
Download Help Document