scipy.interpolate
scipy.interpolate.interp1d
scipy.interpolate.BarycentricInterpolator
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.