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 lowscalarLower bound of integration. highscalarUpper bound of integration. Returns valuescalarThe result of the integral. Raises ValueErrorIf the KDE is over more than one dimension.