<?xml version="1.0" encoding="UTF-8" ?>
<rdf:RDF xmlns="http://usefulinc.com/ns/doap#" xmlns:foaf="http://xmlns.com/foaf/0.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"><Project><name>pymc</name>
<shortdesc>Markov Chain Monte Carlo sampling toolkit.</shortdesc>
<description>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.
            
            ``pymc`` only requires ``NumPy``. All other dependencies such as ``matplotlib``, 
            ``SciPy``, ``pytables``, ``sqlite`` or ``mysql`` are optional.</description>
<homepage rdf:resource="pymc.googlecode.com" />
<maintainer><foaf:Person><foaf:name>Christopher Fonnesbeck, Anand Patil and David Huard</foaf:name>
<foaf:mbox_sha1sum>333a2c82b63977de5073e5238491564dd26c0395</foaf:mbox_sha1sum></foaf:Person></maintainer>
<release><Version><revision>2.0</revision></Version></release>
</Project></rdf:RDF>