pyABC
April 14, 2026 ยท View on GitHub
pyABC is a massively parallel, distributed, and scalable ABC-SMC (Approximate Bayesian Computation - Sequential Monte Carlo) framework for parameter estimation of complex stochastic models. It provides numerous state-of-the-art algorithms for efficient, accurate, robust likelihood-free inference, described in the documentation and illustrated in example notebooks. Written in Python, with support for integration with R and Julia.
Resources
- ๐ Documentation: https://pyabc.rtfd.io
- ๐ก Examples: https://pyabc.rtfd.io/en/latest/examples.html
- ๐ฌ Contact: https://pyabc.rtfd.io/en/latest/about.html
- ๐ Bug Reports: https://github.com/icb-dcm/pyabc/issues
- ๐ป Source Code: https://github.com/icb-dcm/pyabc
- ๐ Cite: https://pyabc.rtfd.io/en/latest/cite.html
Related Projects
- ๐ง Neural Posterior Estimation: BayesFlow