freebsd-ports/math/py-pymc/pkg-descr
Mathieu Arnold 9713c20bc9 - Update to 2.3,1
- Add license
- Add matplotlib dependency as per docs/INSTALL.rst
- Add DOCS option
- Add stage support

maintainer timeout.

PR:		ports/183951
Submitted by:	Johannes Jost Meixner
2013-12-06 15:42:33 +00:00

9 lines
554 B
Text

Bayesian estimation, particularly using Markov chain Monte Carlo (MCMC), is an
increasingly relevant approach to statistical estimation. However, few
statistical software packages implement MCMC samplers, and they are non-trivial
to code by hand. pymc is a python package that implements the
Metropolis-Hastings algorithm as a python class, and is extremely flexible and
applicable to a large suite of problems. pymc includes methods for summarizing
output, plotting, goodness-of-fit and convergence diagnostics.
WWW: http://pypi.python.org/pypi/pymc/