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).
Multiply estimated density by a multivariate Gaussian and integrate over the wholespace.
Parameters : | mean : vector
cov : matrix
|
---|---|
Returns : | result : scalar
|
Raises : | ValueError if the mean or covariance of the input Gaussian differs from : the KDE’s dimensionality. : |