mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
6670f0b757
- http://cheeseshop.python.org/ -> https://pypi.python.org/ - http://pypi.python.org/ -> https://pypi.python.org/ With hat: python Approved by: bapt (portmgr)
12 lines
555 B
Plaintext
12 lines
555 B
Plaintext
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: https://pypi.python.org/pypi/pymc/
|