Class GaussianKrigingGridInterpolationModel
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
intThe number of refrenced points.
- See Also
Methods
GetSillSlopeCore(double, double)
Gets the sill slope core.
protected override double GetSillSlopeCore(double distance, double range)
Parameters
Returns
- See Also