scipy.interpolate
interp1d.
__call__
Evaluate the interpolant
Points to evaluate the interpolant at.
Interpolated values. Shape is determined by replacing the interpolation axis in the original array with the shape of x.
scipy.interpolate.interp1d
scipy.interpolate.BarycentricInterpolator