ILNumerics Ultimate VS

KrigingInterpolatorDoubleApply Method (InArrayDouble, OutArrayDouble)

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
Compute interpolated values and optionally compute confidence estimates for new data points.

[ILNumerics Interpolation Toolbox]

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

public RetArray<double> Apply(
	InArray<double> X,
	OutArray<double> errors = null
)

Parameters

X
Type: ILNumericsInArrayDouble
Data points in columns. X.S[0] must equal Dim.
errors (Optional)
Type: ILNumericsOutArrayDouble
[Optional] if none-null on entry confidence estimates (error estimates) are computed for the positions in X.

Return Value

Type: RetArrayDouble
Interpolated values for each point (column) provided in X.
Remarks

If Dim equals 1 then X is allowed to be a column vector also.

[ILNumerics Interpolation Toolbox]

See Also

Reference