Class ExponentialKrigingGridInterpolationModel
public class ExponentialKrigingGridInterpolationModel : KrigingGridInterpolationModel
- Inheritance
-
ExponentialKrigingGridInterpolationModel
- Inherited Members
Constructors
ExponentialKrigingGridInterpolationModel()
public ExponentialKrigingGridInterpolationModel()
ExponentialKrigingGridInterpolationModel(IDictionary<PointShape, double>)
public ExponentialKrigingGridInterpolationModel(IDictionary<PointShape, double> points)
Parameters
pointsIDictionary<PointShape, double>
ExponentialKrigingGridInterpolationModel(IDictionary<PointShape, double>, int)
public ExponentialKrigingGridInterpolationModel(IDictionary<PointShape, double> dataPoints, int numberOfRefrencedPoints)
Parameters
dataPointsIDictionary<PointShape, double>numberOfRefrencedPointsint
Methods
GetSillSlopeCore(double, double)
protected override double GetSillSlopeCore(double distance, double range)