Skip to content

GaussianKrigingGridInterpolationModel

Namespace: ThinkGeo.Core

public class GaussianKrigingGridInterpolationModel : KrigingGridInterpolationModel

Inheritance objectGridInterpolationModelKrigingGridInterpolationModelGaussianKrigingGridInterpolationModel

Properties

Points

Gets or sets the Points.

public Dictionary<PointShape, double> Points { get; }

Property Value

Dictionary<PointShape, double>

NumberOfReferencedPoints

Gets or sets the NumberOfReferencedPoints.

public int NumberOfReferencedPoints { get; set; }

Property Value

int

Constructors

GaussianKrigingGridInterpolationModel()

Initializes a new instance of the GaussianKrigingGridInterpolationModel class.

public GaussianKrigingGridInterpolationModel()

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.

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.

Methods

GetSillSlopeCore(double, double)

Gets the sill slope core.

protected double GetSillSlopeCore(double distance, double range)

Parameters

distance double
The distance.

range double
The range.

Returns

double