This is documentation for an old release of SciPy (version 1.0.0). Read this page in the documentation of the latest stable release (version 1.15.1).
scipy.stats.gaussian_kde.integrate_box_1d¶
-
gaussian_kde.
integrate_box_1d
(low, high)[source]¶ Computes the integral of a 1D pdf between two bounds.
Parameters: low : scalar
Lower bound of integration.
high : scalar
Upper bound of integration.
Returns: value : scalar
The result of the integral.
Raises: ValueError
If the KDE is over more than one dimension.