{ } Raw JSON

bundles / scipy 1.17.1 / scipy / interpolate / _fitpack2 / BivariateSpline / integral

function

scipy.interpolate._fitpack2:BivariateSpline.integral

source: /scipy/interpolate/_fitpack2.py :1291

Signature

def   integral ( self xa xb ya yb )

Summary

Evaluate the integral of the spline over area [xa,xb] x [ya,yb].

Parameters

xa, xb : float

The end-points of the x integration interval.

ya, yb : float

The end-points of the y integration interval.

Returns

integ : float

The value of the resulting integral.

Aliases

  • scipy.interpolate.BivariateSpline.integral