This is documentation for an old release of SciPy (version 0.10.0). Read this page in the documentation of the latest stable release (version 1.15.1).

scipy.stats.gaussian_kde.integrate_kde

gaussian_kde.integrate_kde(other)

Computes the integral of the product of this kernel density estimate with another.

Parameters :

other : gaussian_kde instance

the other kde

Returns :

value : scalar

the result of the integral

Raises :

ValueError if the KDEs have different dimensionality. :

This Page