Class EmpiricalFunctionCoefficients
public class EmpiricalFunctionCoefficients
- Inheritance
-
EmpiricalFunctionCoefficients
- Inherited Members
Constructors
EmpiricalFunctionCoefficients()
public EmpiricalFunctionCoefficients()
EmpiricalFunctionCoefficients(double, double, double)
public EmpiricalFunctionCoefficients(double range, double sill, double nugget)
Parameters
Properties
Nugget
Gets or sets the value of crossing point with empirical function and semivariance(y-axis).
public double Nugget { get; set; }
Property Value
Range
Gets or sets the distance(x-axis) where the empirical function first flattens.
public double Range { get; set; }
Property Value
Sill
Gets or sets the value at which the semivariance(y-axis) attains the coefficients of Range.
public double Sill { get; set; }