relentless.math.AkimaSpline#
- class relentless.math.AkimaSpline(x, y)#
Interpolate using Akima splines.
- Parameters:
x (array_like) – 1D array of x coordinates that must be continually increasing.
y (array_like) – 1D array of y coordinates.
Methods
derivative(x, n)Evaluate the \(n\)th derivative of the interpolating function.
Attributes
The valid domain for interpolation.
The interpolated data.
- derivative(x, n)#
Evaluate the \(n\)th derivative of the interpolating function.
- Parameters:
- Returns:
result – Interpolated derivative values having the same form as
x.- Return type:
- property table#
The interpolated data.
- Type: