[SciPy-user] Monte Carlo package

Robert Kern robert.kern at gmail.com
Wed Jan 25 17:34:53 EST 2006


David Huard wrote:
> By the way, I'd like to thank you for all the work you're putting into
> scipy and numpy.

You're welcome.  :-)

> The gaussian_kde class along with PyMC make Bayesian
> analyses a breeze. It's easy to be productive when you work with such
> good tools.

Are you just trying to sample from the KDE? You can do it *much* easier and
faster than MCMC using the .resample() method.

-- 
Robert Kern
robert.kern at gmail.com

"In the fields of hell where the grass grows high
 Are the graves of dreams allowed to die."
  -- Richard Harter




More information about the SciPy-User mailing list