Skip to content

GaussianKrigingGridInterpolationModel

Inheritance Hierarchy

Members Summary

Public Constructors Summary

Name
GaussianKrigingGridInterpolationModel()
GaussianKrigingGridInterpolationModel(IDictionary<PointShape,Double>)
GaussianKrigingGridInterpolationModel(IDictionary<PointShape,Double>,Int32)

Protected Constructors Summary

Name
N/A

Public Properties Summary

Name Return Type Description
NumberOfReferencedPoints Int32 N/A
Points Dictionary<PointShape,Double> N/A

Protected Properties Summary

Name Return Type Description
N/A N/A N/A

Public Methods Summary

Name
Equals(Object)
GetEmpiricalFunctionCoefficients(Int32,Double[,],Double[,],Double)
GetHashCode()
GetSemivariance(Double,EmpiricalFunctionCoefficients)
GetType()
Interpolate(RectangleShape,GridDefinition)
ToString()

Protected Methods Summary

Name
Finalize()
GetEmpiricalFunctionCoefficientsCore(Int32,Double[,],Double[,],Double)
GetSemivarianceCore(Double,EmpiricalFunctionCoefficients)
GetSillSlope(Double,Double)
GetSillSlopeCore(Double,Double)
InterpolateCore(RectangleShape,GridDefinition)
MemberwiseClone()

Public Events Summary

Name Event Arguments Description
N/A N/A N/A

Members Detail

Public Constructors

Name
GaussianKrigingGridInterpolationModel()
GaussianKrigingGridInterpolationModel(IDictionary<PointShape,Double>)
GaussianKrigingGridInterpolationModel(IDictionary<PointShape,Double>,Int32)

Protected Constructors

Public Properties

NumberOfReferencedPoints

Summary

N/A

Remarks

N/A

Return Value

Int32


Points

Summary

N/A

Remarks

N/A

Return Value

Dictionary<PointShape,Double>


Protected Properties

Public Methods

Equals(Object)

Summary

N/A

Remarks

N/A

Return Value

Type Description
Boolean N/A

Parameters

Name Type Description
obj Object N/A

GetEmpiricalFunctionCoefficients(Int32,Double[,],Double[,],Double)

Summary

N/A

Remarks

N/A

Return Value

Type Description
EmpiricalFunctionCoefficients N/A

Parameters

Name Type Description
numberOfPoints Int32 N/A
distance Double[,] N/A
semivariances Double[,] N/A
maxRange Double N/A

GetHashCode()

Summary

N/A

Remarks

N/A

Return Value

Type Description
Int32 N/A

Parameters

Name Type Description
N/A N/A N/A

GetSemivariance(Double,EmpiricalFunctionCoefficients)

Summary

N/A

Remarks

N/A

Return Value

Type Description
Double N/A

Parameters

Name Type Description
distance Double N/A
coefficients EmpiricalFunctionCoefficients N/A

GetType()

Summary

N/A

Remarks

N/A

Return Value

Type Description
Type N/A

Parameters

Name Type Description
N/A N/A N/A

Interpolate(RectangleShape,GridDefinition)

Summary

N/A

Remarks

N/A

Return Value

Type Description
Double N/A

Parameters

Name Type Description
cellExtent RectangleShape N/A
gridDefinition GridDefinition N/A

ToString()

Summary

N/A

Remarks

N/A

Return Value

Type Description
String N/A

Parameters

Name Type Description
N/A N/A N/A

Protected Methods

Finalize()

Summary

N/A

Remarks

N/A

Return Value

Type Description
Void N/A

Parameters

Name Type Description
N/A N/A N/A

GetEmpiricalFunctionCoefficientsCore(Int32,Double[,],Double[,],Double)

Summary

N/A

Remarks

N/A

Return Value

Type Description
EmpiricalFunctionCoefficients N/A

Parameters

Name Type Description
points Int32 N/A
distance Double[,] N/A
semivariances Double[,] N/A
maxRange Double N/A

GetSemivarianceCore(Double,EmpiricalFunctionCoefficients)

Summary

N/A

Remarks

N/A

Return Value

Type Description
Double N/A

Parameters

Name Type Description
distance Double N/A
coefficients EmpiricalFunctionCoefficients N/A

GetSillSlope(Double,Double)

Summary

N/A

Remarks

N/A

Return Value

Type Description
Double N/A

Parameters

Name Type Description
distance Double N/A
range Double N/A

GetSillSlopeCore(Double,Double)

Summary

Gets the sill slope core.

Remarks

N/A

Return Value

Type Description
Double

Parameters

Name Type Description
distance Double The distance.
range Double The range.

InterpolateCore(RectangleShape,GridDefinition)

Summary

N/A

Remarks

N/A

Return Value

Type Description
Double N/A

Parameters

Name Type Description
cellExtent RectangleShape N/A
gridDefinition GridDefinition N/A

MemberwiseClone()

Summary

N/A

Remarks

N/A

Return Value

Type Description
Object N/A

Parameters

Name Type Description
N/A N/A N/A

Public Events