scipy.stats.gaussian_kde.integrate_box_1d

gaussian_kde.integrate_box_1d(low, high)

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. :

This Page