ILNumerics Ultimate VS

KrigingInterpolatorSingle Class

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
KrigingInterpolator Class

[ILNumerics Interpolation Toolbox]

Inheritance Hierarchy

SystemObject
  ILNumericsResultSingle, Single
    ILNumerics.ToolboxesKrigingInterpolatorSingle

Namespace:  ILNumerics.Toolboxes
Assembly:  ILNumerics.Toolboxes.Interpolation (in ILNumerics.Toolboxes.Interpolation.dll) Version: 5.5.0.0 (5.5.7503.3146)
Syntax

public class KrigingInterpolatorSingle : Result<float, float>

The KrigingInterpolatorSingle type exposes the following members.

Constructors

  NameDescription
Public methodKrigingInterpolatorSingle
Create a Kriging interpolator

[ILNumerics Interpolation Toolbox]

Top
Properties

  NameDescription
Public propertyDim
The number of dimensions of the sample points this interpolator is based upon [readonly]. New query points must conform to this dimensionality.

[ILNumerics Interpolation Toolbox]

Public propertyIsDisposed
Flag to indicate if the result is disposed.

[ILNumerics Core Module]

(Inherited from ResultTin, Tout.)
Public propertyPowerLawAlpha
Alpha value for the power law function used as variogram function by default.

[ILNumerics Interpolation Toolbox]

Public propertyPowerLawBeta
Beta value for the power law function used as variogram function by default.

[ILNumerics Interpolation Toolbox]

Public propertyX
The original points data this interpolator was created for [readonly].

[ILNumerics Interpolation Toolbox]

Public propertyY
The original point values this interpolator was created for [readonly].

[ILNumerics Interpolation Toolbox]

Top
Methods

  NameDescription
Public methodApply(InArraySingle, InCell)
Apply new data points to the interpolator in order to estimate new values for them.

[ILNumerics Interpolation Toolbox]

(Overrides ResultTin, ToutApply(InArrayTin, InCell).)
Public methodApply(InArraySingle, OutArraySingle)
Compute interpolated values and optionally compute confidence estimates for new data points.

[ILNumerics Interpolation Toolbox]

Public methodDispose
Dispose this object and all resources stored inside it after use.

[ILNumerics Interpolation Toolbox]

(Overrides ResultTin, ToutDispose.)
Public methodPowerLawVariogram
Simple power-law variogram function, used as default variogram for kriging interpolation

[ILNumerics Interpolation Toolbox]

Top
Fields

  NameDescription
Protected fieldm_covInv
The covariance computed from the source values. A columns and rows except the last one, respectively.
Protected fieldm_covInvByYLastVal
Last value of the data stored in m_covInvByYwoLastVal.
Protected fieldm_covInvByYwoLastVal
Covariance inverted and multiplied by m_Y, w/o the last value(s).
Protected fieldm_covInvEndEnd
The last data point of the m_covInv.
Protected fieldm_covInvLastCol
The last column of the m_covInv covariance.
Protected fieldm_covInvLastRow
The last row of the m_covInv covariance.
Protected fieldm_powerLawAlpha
Alpha value computed for the (default) power law variogramm function.
Protected fieldm_powerLawBeta
The beta value for the (defaul) variogramm function (power law). Default: 1.5.
Protected fieldm_variogram
Variogramm function.
Protected fieldm_X
The source coordinates used to compute this interpolator from.
Protected fieldm_Y
The source data used to compute this interpolator from.
Top
Remarks

[ILNumerics Interpolation Toolbox]

See Also

Reference