FitVariogramParameters - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

All Products    Maple    MapleSim


Interpolation[Kriging]

  

FitVariogramParameters

  

estimate the nugget, sill, and range parameters for a set of points and values

 

Calling Sequence

Parameters

Description

Examples

Compatibility

Calling Sequence

FitVariogramParameters(k)

Parameters

k

-

a Kriging object

Description

• 

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.

Examples

points,dataInterpolation:-Kriging:-GenerateSpatialDataSpherical1,10,1

kInterpolation:-Krigingpoints,data

kKrⅈgⅈng ⅈntⅇrpolatⅈon obȷⅇct wⅈth 30 samplⅇ poⅈntsVarⅈogram: Sphⅇrⅈcal(1.25259453854486,13.6487615617241,.5525536774)

(1)

FitVariogramParametersk,Spherical

1.25259453854486,13.6487615617241,0.552553677400000

(2)

Compatibility

• 

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