This is documentation for an old release of SciPy (version 0.10.0). Read this page in the documentation of the latest stable release (version 1.15.1).

scipy.interpolate.BivariateSpline.integral

BivariateSpline.integral(xa, xb, ya, yb)

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.

Previous topic

scipy.interpolate.BivariateSpline.get_residual

Next topic

scipy.interpolate.SmoothBivariateSpline

This Page