This is documentation for an old release of SciPy (version 0.8.). Read this page in the documentation of the latest stable release (version 1.15.0).
Computes the integral of a pdf over a rectangular interval.
Parameters : | low_bounds : vector
high_bounds : vector
maxpts=None : int
|
---|---|
Returns : | value : scalar
|