scipy.stats.gaussian_kde.integrate_kde# gaussian_kde.integrate_kde(other)[source]# Computes the integral of the product of this kernel density estimate with another. Parameters: othergaussian_kde instanceThe other kde. Returns: valuescalarThe result of the integral. Raises: ValueErrorIf the KDEs have different dimensionality.