aboutsummaryrefslogtreecommitdiff
path: root/math/py-pymc
Commit message (Collapse)AuthorAgeFilesLines
* At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450Eitan Adler2012-01-211-1/+1
| | | | | | | | | | | | | ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are currently broken. This is a temporary measure until we organically stop using := or someone(s) spend a lot of time changing all the ports over. Explicit duplication > := > = and this just moves ports one step to the left Approved by: portmgr Notes: svn path=/head/; revision=289563
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* - Update to 2.0Li-Wen Hsu2009-03-053-23/+14
| | | | | | | | PR: ports/130225 Submitted by: Wen Heping <wenheping AT gmail.com> (maintainer) Notes: svn path=/head/; revision=229528
* Bayesian estimation, particularly using Markov chain MonteMartin Wilke2008-12-144-0/+285
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/ PR: ports/129567 Submitted by: Wen Heping <wenheping at gmail.com> Notes: svn path=/head/; revision=224222