SciPy

scipy.interpolate.KroghInterpolator.__call__

KroghInterpolator.__call__(x)[source]

Evaluate the interpolant

Parameters
xarray_like

Points to evaluate the interpolant at.

Returns
yarray_like

Interpolated values. Shape is determined by replacing the interpolation axis in the original array with the shape of x.

Previous topic

scipy.interpolate.KroghInterpolator

Next topic

scipy.interpolate.KroghInterpolator.derivative