bundles / scipy latest / scipy / stats / _kde / gaussian_kde / integrate_kde
function
scipy.stats._kde:gaussian_kde.integrate_kde
source: /scipy/stats/_kde.py :406
Signature
def integrate_kde ( self , other ) Summary
Computes the integral of the product of this kernel density estimate with another.
Parameters
other: gaussian_kde instanceThe other kde.
Returns
value: scalarThe result of the integral.
Raises
: ValueErrorIf the KDEs have different dimensionality.
Aliases
-
scipy.stats.gaussian_kde.integrate_kde