Statistical Techniques

Robert Kern rkern at ucsd.edu
Thu Mar 18 02:25:24 EST 2004


dont bother wrote:
> Hey,
> I was just wondering if python has any support modules
> for statistical techniques as Bayesian, Markovian
> Style Models etc.

There's Chris Fonnesbeck's PyMC for doing MCMC
http://pymc.sourceforge.net/

And LogiLab's hmm for doing Hidden Markov Models
http://www.logilab.org/projects/hmm

Not much specifically bayesian, but Tom Loredo has a list of statistical 
Python software.
http://www.astro.cornell.edu/staff/loredo/statpy/

-- 
Robert Kern
rkern at ucsd.edu

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



More information about the Python-list mailing list