Monotonic Rational Quadratic Spline¶
General MRQS object¶
- class sinflow.mrqs.MonotonicRationalQuadraticSpline(x_knots, y_knots, fixed_end_slopes=False, extrapolate='linear')¶
- derivative(x)¶
Compute the derivative dy/dx at given x.
Parameters:¶
- xscalar or array-like
Input value(s).
Returns:¶
- dy_dxscalar or ndarray
Derivative(s) at the input value(s).