Table of Contents

Class EmpiricalFunctionCoefficients

Namespace
ThinkGeo.Core
Assembly
ThinkGeo.Core.dll
public class EmpiricalFunctionCoefficients
Inheritance
EmpiricalFunctionCoefficients
Inherited Members

Constructors

EmpiricalFunctionCoefficients()

public EmpiricalFunctionCoefficients()

EmpiricalFunctionCoefficients(double, double, double)

public EmpiricalFunctionCoefficients(double range, double sill, double nugget)

Parameters

range double
sill double
nugget double

Properties

Nugget

Gets or sets the value of crossing point with empirical function and semivariance(y-axis).

public double Nugget { get; set; }

Property Value

double

Range

Gets or sets the distance(x-axis) where the empirical function first flattens.

public double Range { get; set; }

Property Value

double

Sill

Gets or sets the value at which the semivariance(y-axis) attains the coefficients of Range.

public double Sill { get; set; }

Property Value

double