Table of Contents

Class GaussianKrigingGridInterpolationModel

Namespace
ThinkGeo.Core
Assembly
ThinkGeo.Core.dll
public class GaussianKrigingGridInterpolationModel : KrigingGridInterpolationModel
Inheritance
GaussianKrigingGridInterpolationModel
Inherited Members

Constructors

GaussianKrigingGridInterpolationModel()

Initializes a new instance of the GaussianKrigingGridInterpolationModel class.

public GaussianKrigingGridInterpolationModel()
See Also

GaussianKrigingGridInterpolationModel(IDictionary<PointShape, double>)

Initializes a new instance of the GaussianKrigingGridInterpolationModel class.

public GaussianKrigingGridInterpolationModel(IDictionary<PointShape, double> points)

Parameters

points IDictionary<PointShape, double>

The points.

See Also

GaussianKrigingGridInterpolationModel(IDictionary<PointShape, double>, int)

Initializes a new instance of the GaussianKrigingGridInterpolationModel class.

public GaussianKrigingGridInterpolationModel(IDictionary<PointShape, double> points, int numberOfRefrencedPoints)

Parameters

points IDictionary<PointShape, double>

The points.

numberOfRefrencedPoints int

The number of refrenced points.

See Also

Methods

GetSillSlopeCore(double, double)

Gets the sill slope core.

protected override double GetSillSlopeCore(double distance, double range)

Parameters

distance double

The distance.

range double

The range.

Returns

double
See Also

See Also