[SciPy-Dev] scipy.stats.kde

Robert Kern robert.kern at gmail.com
Fri Aug 27 14:56:27 EDT 2010


On Fri, Aug 27, 2010 at 13:38,  <josef.pktd at gmail.com> wrote:

> I don't think I have seen any higher dimensional kernel density
> estimation in python besides scipy.stats.kde. The Gaussian kde in
> scipy.stats is targeted to the underlying Fortran code for
> multivariate normal cdf.

Only for the "integrate over a box" functionality, which was what I
needed at the time but is pretty rarely required otherwise. The rest
is pure numpy.

-- 
Robert Kern

"I have come to believe that the whole world is an enigma, a harmless
enigma that is made terrible by our own mad attempt to interpret it as
though it had an underlying truth."
  -- Umberto Eco



More information about the SciPy-Dev mailing list