Astrophysics (Index)About

PyMC3

(PyMC)
(Python package for Bayesian statistical modeling)

PyMC3 (also goes by PyMC; it is the third version) is a Python library for modeling using Bayesian methods. It implements Markov chain Monte Carlo (MCMC), offering a number of algorithms, including the Metropolis algorithm, and newer algorithms such as No-U-Turn Sampler (NUTS).

PyMC3 is build on a more general Python library for such mathematical modeling, Theano, which, in turn is built on a Python library for numerical programming, NumPy. Theano's maintainers announced in 2017 that they would cease development and maintenance, leading to questions how to deal with that fact.


(software,statistics,Python)
Further reading:
https://en.wikipedia.org/wiki/PyMC
https://en.wikipedia.org/wiki/Theano_(software)
https://en.wikipedia.org/wiki/NumPy
https://en.wikipedia.org/wiki/Hamiltonian_Monte_Carlo#No_U-Turn_Sampler
https://pypi.org/project/pymc3/
https://docs.pymc.io/en/v3/index.html
https://pypi.org/project/Theano/

Index