logo  Interp1d 1D interpolation

=Interp1d(Method, x0Values, fValues, x0Star, SubKriging)

Parameters

Method: Interpolation method

x0Values: Function parameter values

fValues: Function values

x0Star: 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.

Back to main page