Bug 129567 - [New Port]math/py-pymc:Markov Chain Monte Carlo Sampling Toolkit
Summary: [New Port]math/py-pymc:Markov Chain Monte Carlo Sampling Toolkit
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-12-11 09:30 UTC by wenheping
Modified: 2008-12-14 10:40 UTC (History)
0 users

See Also:


Attachments
file.shar (14.04 KB, text/plain)
2008-12-11 09:30 UTC, wenheping
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description wenheping 2008-12-11 09:30:00 UTC
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/

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2008-12-11 09:30:12 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

miwi@ wants his PRs (via the GNATS Auto Assign Tool)
Comment 2 Martin Wilke freebsd_committer freebsd_triage 2008-12-14 10:37:47 UTC
State Changed
From-To: open->closed

Committed. Thanks!
Comment 3 dfilter service freebsd_committer freebsd_triage 2008-12-14 10:37:52 UTC
miwi        2008-12-14 10:37:39 UTC

  FreeBSD ports repository

  Modified files:
    math                 Makefile 
  Added files:
    math/py-pymc         Makefile distinfo pkg-descr pkg-plist 
  Log:
  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/
  
  PR:             ports/129567
  Submitted by:   Wen Heping <wenheping at gmail.com>
  
  Revision  Changes    Path
  1.574     +1 -0      ports/math/Makefile
  1.1       +26 -0     ports/math/py-pymc/Makefile (new)
  1.1       +3 -0      ports/math/py-pymc/distinfo (new)
  1.1       +11 -0     ports/math/py-pymc/pkg-descr (new)
  1.1       +245 -0    ports/math/py-pymc/pkg-plist (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"