Find interpolated y_new = f(x_new).
x_new : number or array
New independent variable(s).
y_new : ndarray
Interpolated value(s) corresponding to x_new.
scipy.interpolate.interp1d
scipy.interpolate.BarycentricInterpolator
Enter search terms or a module, class or function name.