This is documentation for an old release of SciPy (version 0.12.0). Read this page in the documentation of the latest stable release (version 1.15.1).
Computes the integral of a pdf over a rectangular interval.
Parameters : | low_bounds : array_like
high_bounds : array_like
maxpts : int, optional
|
---|---|
Returns : | value : scalar
|