{ } Raw JSON

bundles / scipy latest / scipy / interpolate / _bsplines / BSpline / antiderivative

function

scipy.interpolate._bsplines:BSpline.antiderivative

source: /scipy/interpolate/_bsplines.py :619

Signature

def   antiderivative ( self nu = 1 )

Summary

Return a B-spline representing the antiderivative.

Parameters

nu : int, optional

Antiderivative order. Default is 1.

Returns

b : `BSpline` object

A 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