bundles / scipy 1.17.1 / scipy / interpolate / _bsplines / BSpline / antiderivative
function
scipy.interpolate._bsplines:BSpline.antiderivative
Signature
def antiderivative ( self , nu = 1 ) Summary
Return a B-spline representing the antiderivative.
Parameters
nu: int, optionalAntiderivative order. Default is 1.
Returns
b: `BSpline` objectA new instance representing the antiderivative.
Notes
If antiderivative is computed and self.extrapolate='periodic', it will be set to False for the returned instance. This is done because the antiderivative is no longer periodic and its correct evaluation outside of the initially given x interval is difficult.
See also
- splantider
- splder
Aliases
-
scipy.interpolate.BSpline.antiderivative