logo  InterpNd ND interpolation from raw data

=InterpNd(Method, Scaling, xValues, fValues, xStar, SubKriging)

Parameters

Method: Interpolation method

Scaling: Scaling of parameters

xValues: Function parameters values

fValues: Function values

xStar: Parameters value(s) to interpolate

SubKriging: [Optional for Kriging i.e. if 1 ≤ Method ≤ 1.99]

If the SubKriging parameter is missing, all points will be used for Kriging interpolation.

If Scaling = 1, the distance for selection of nearest points is calculated in the normalised space (see main page for details).

Back to main page