Contribute Media
A thank you to everyone who makes this possible: Read More

35. PyMC: Markov chain Monte Carlo in Python

Summary

PyMC implements a suite of Markov chain Monte Carlo (MCMC) sampling algorithms making it extremely flexible, extensible and applicable to a large suite of statistical modeling problems. PyMC's clear, concise syntax allows scientists to flexibly implement Bayesian models without hand-coding samplers.

Details

Improve this page