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