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).
Computes the integral of the product of this kernel density estimate with another.
Parameters : | other : gaussian_kde instance
|
---|---|
Returns : | value : scalar
|
Raises : | ValueError if the KDEs have different dimensionality. : |