This is documentation for an old release of SciPy (version 0.10.1). Read this page in the documentation of the latest stable release (version 1.15.1).
Computes the integral of a 1D pdf between two bounds.
Parameters : | low : scalar
high : scalar
|
---|---|
Returns : | value : scalar
|
Raises : | ValueError if the KDE is over more than one dimension. : |