{ } Raw JSON

bundles / scipy 1.17.1 / scipy / interpolate / _interpolate / BPoly / integrate

function

scipy.interpolate._interpolate:BPoly.integrate

source: /scipy/interpolate/_interpolate.py :1526

Signature

def   integrate ( self a b extrapolate = None )

Summary

Compute a definite integral over a piecewise polynomial.

Parameters

a : float

Lower integration bound

b : float

Upper integration bound

extrapolate : {bool, 'periodic', None}, optional

Whether to extrapolate to out-of-bounds points based on first and last intervals, or to return NaNs. If 'periodic', periodic extrapolation is used. If None (default), use self.extrapolate.

Returns

: array_like

Definite integral of the piecewise polynomial over [a, b]

Aliases

  • scipy.interpolate.BPoly.integrate