{ } Raw JSON

bundles / scipy 1.17.1 / 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 instance

The other kde.

Returns

value : scalar

The result of the integral.

Raises

: ValueError

If the KDEs have different dimensionality.

Aliases

  • scipy.stats.gaussian_kde.integrate_kde