logo  Interp2d 2D interpolation from raw data

=Interp2d(Method, Scaling, x0Values, x1Values, fValues, x0Star, x1Star, SubKriging)

Parameters

Method: Interpolation method

Scaling: Scaling of parameters

x0Values: Function first parameter values

x1Values: Function second parameter values

fValues: Function values

x0Star: First parameter value(s) to interpolate

x1Star: Second parameter 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