scipy.interpolate.interp1d

class scipy.interpolate.interp1d(x, y, kind='linear', axis=-1, copy=True, bounds_error=True, fill_value=nan)

Interpolate a 1D function.

Previous topic

scipy.interpolate.approximate_taylor_polynomial

Next topic

scipy.interpolate.BarycentricInterpolator

This Page