[SciPy-user] another gaussian_kde question

josef.pktd at gmail.com josef.pktd at gmail.com
Sun Apr 5 21:46:40 EDT 2009


Does anybody know what integrate_kde and integrate_gaussian in
stats.kde are good for? I was trying for a while to find out what they
can be used for, but so far without success.

    def integrate_kde(self, other):
        """Computes the integral of the product of this kernel density estimate
        with another.
    def integrate_gaussian(self, mean, cov):
        """Multiply estimated density by a multivariate Gaussian and integrate
        over the wholespace.

Josef



More information about the SciPy-User mailing list