jax.scipy.stats.gaussian_kde.integrate_kde#
- gaussian_kde.integrate_kde(other)[source]#
Computes the integral of the product of this kernel density estimate
LAX-backend implementation of
scipy.stats._kde.integrate_kde()
.Original docstring below.
with another.
- Parameters
other (gaussian_kde instance) – The other kde.
- Returns
value – The result of the integral.
- Return type
scalar