GaussianKrigingGridInterpolationModel¶
Namespace: ThinkGeo.Core
public class GaussianKrigingGridInterpolationModel : KrigingGridInterpolationModel
Inheritance Object → GridInterpolationModel → KrigingGridInterpolationModel → GaussianKrigingGridInterpolationModel
Properties¶
Points¶
public Dictionary<PointShape, double> Points { get; }
Property Value¶
Dictionary<PointShape, Double>
NumberOfReferencedPoints¶
public int NumberOfReferencedPoints { get; set; }
Property Value¶
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>, Int32)¶
Initializes a new instance of the GaussianKrigingGridInterpolationModel class.
public GaussianKrigingGridInterpolationModel(IDictionary<PointShape, double> points, int numberOfRefrencedPoints)
Parameters¶
points
IDictionary<PointShape, Double>
The points.
numberOfRefrencedPoints
Int32
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.