ILNumerics - Technical Application Development
SystemObject
ILNumericsResultSingle, fcomplex
ILNumerics.ToolboxesKrigingInterpolatorFComplex
Assembly: ILNumerics.Toolboxes.Interpolation (in ILNumerics.Toolboxes.Interpolation.dll) Version: 5.5.0.0 (5.5.7503.3146)
Top
Top
Top
Top
KrigingInterpolator Class
[ILNumerics Interpolation Toolbox]
Inheritance Hierarchy
ILNumericsResultSingle, fcomplex
ILNumerics.ToolboxesKrigingInterpolatorFComplex
Namespace: ILNumerics.Toolboxes
Assembly: ILNumerics.Toolboxes.Interpolation (in ILNumerics.Toolboxes.Interpolation.dll) Version: 5.5.0.0 (5.5.7503.3146)
Syntax
The KrigingInterpolatorFComplex type exposes the following members.
Constructors
Name | Description | |
---|---|---|
KrigingInterpolatorFComplex |
Create a Kriging interpolator
[ILNumerics Interpolation Toolbox] |
Properties
Name | Description | |
---|---|---|
Dim |
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] | |
IsDisposed |
Flag to indicate if the result is disposed.
(Inherited from ResultTin, Tout.)[ILNumerics Core Module] | |
PowerLawAlpha |
Alpha value for the power law function used as variogram function by default.
[ILNumerics Interpolation Toolbox] | |
PowerLawBeta |
Beta value for the power law function used as variogram function by default.
[ILNumerics Interpolation Toolbox] | |
X |
The original points data this interpolator was created for [readonly].
[ILNumerics Interpolation Toolbox] | |
Y |
The original point values this interpolator was created for [readonly].
[ILNumerics Interpolation Toolbox] |
Methods
Name | Description | |
---|---|---|
Apply(InArraySingle, InCell) |
Apply new data points to the interpolator in order to estimate new values for them.
(Overrides ResultTin, ToutApply(InArrayTin, InCell).)[ILNumerics Interpolation Toolbox] | |
Apply(InArraySingle, OutArraySingle) |
Compute interpolated values and optionally compute confidence estimates for new data points.
[ILNumerics Interpolation Toolbox] | |
Dispose |
Dispose this object and all resources stored inside it after use.
(Overrides ResultTin, ToutDispose.)[ILNumerics Interpolation Toolbox] | |
PowerLawVariogram |
Simple power-law variogram function, used as default variogram for kriging interpolation
[ILNumerics Interpolation Toolbox] |
Fields
Name | Description | |
---|---|---|
m_covInv |
The covariance computed from the source values. A columns and rows except the last one, respectively.
| |
m_covInvByYLastVal |
Last value of the data stored in m_covInvByYwoLastVal.
| |
m_covInvByYwoLastVal |
Covariance inverted and multiplied by m_Y, w/o the last value(s).
| |
m_covInvEndEnd |
The last data point of the m_covInv.
| |
m_covInvLastCol |
The last column of the m_covInv covariance.
| |
m_covInvLastRow |
The last row of the m_covInv covariance.
| |
m_powerLawAlpha |
Alpha value computed for the (default) power law variogramm function.
| |
m_powerLawBeta |
The beta value for the (defaul) variogramm function (power law). Default: 1.5.
| |
m_variogram |
Variogramm function.
| |
m_X |
The source coordinates used to compute this interpolator from.
| |
m_Y |
The source data used to compute this interpolator from.
|
Remarks
[ILNumerics Interpolation Toolbox]
See Also