SciPy

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

scipy.interpolate.LSQBivariateSpline.integral

LSQBivariateSpline.integral(xa, xb, ya, yb)[source]

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

Parameters
xa, xbfloat

The end-points of the x integration interval.

ya, ybfloat

The end-points of the y integration interval.

Returns
integfloat

The value of the resulting integral.

Previous topic

scipy.interpolate.LSQBivariateSpline.get_residual

Next topic

scipy.interpolate.LSQSphereBivariateSpline