Bases: object
Linear spline interpolation.
This class is a wrapper of scipy.interpolate.interp1d that mimics the CubicSpline interface.
Methods
-
__call__(x)[source]
Call self as a function.
- Parameters:
x (float)
-
__init__(xs, ys)[source]
- Parameters:
-
-
__new__(**kwargs)