This is documentation for an old release of SciPy (version 0.10.0). Read this page in the documentation of the latest stable release (version 1.15.1).

scipy.interpolate.interp1d.__call__

interp1d.__call__(x_new)

Find interpolated y_new = f(x_new).

Parameters :

x_new : number or array

New independent variable(s).

Returns :

y_new : ndarray

Interpolated value(s) corresponding to x_new.

Previous topic

scipy.interpolate.interp1d

Next topic

scipy.interpolate.BarycentricInterpolator

This Page