bundles / scipy 1.17.1 / scipy / stats / _kde / gaussian_kde / integrate_box_1d
function
scipy.stats._kde:gaussian_kde.integrate_box_1d
source: /scipy/stats/_kde.py :342
Signature
def integrate_box_1d ( self , low , high ) Summary
Computes the integral of a 1D pdf between two bounds.
Parameters
low: scalarLower bound of integration.
high: scalarUpper bound of integration.
Returns
value: scalarThe result of the integral.
Raises
: ValueErrorIf the KDE is over more than one dimension.
Aliases
-
scipy.stats.gaussian_kde.integrate_box_1d