scipy.interpolate.interp1d.__init__

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

Initialize a 1D linear interpolation class.

This Page