EmpiricalFunctionCoefficients¶
Namespace: ThinkGeo.Core
public class EmpiricalFunctionCoefficients
Inheritance Object → EmpiricalFunctionCoefficients
Properties¶
Range¶
Gets or sets the distance(x-axis) where the empirical function first flattens.
public double Range { get; set; }
Property Value¶
Nugget¶
Gets or sets the value of crossing point with empirical function and semivariance(y-axis).
public double Nugget { 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; }
Property Value¶
Constructors¶
EmpiricalFunctionCoefficients()¶
public EmpiricalFunctionCoefficients()
EmpiricalFunctionCoefficients(Double, Double, Double)¶
public EmpiricalFunctionCoefficients(double range, double sill, double nugget)
Parameters¶
range
Double
sill
Double
nugget
Double