Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ICB-DCM/pyABC
distributed, likelihood-free inference
https://github.com/ICB-DCM/pyABC
abc approximate-bayesian-inference likelihood-free-inference parameter-inference
Last synced: 8 days ago
JSON representation
distributed, likelihood-free inference
- Host: GitHub
- URL: https://github.com/ICB-DCM/pyABC
- Owner: ICB-DCM
- License: bsd-3-clause
- Created: 2017-07-12T10:30:10.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2024-10-24T14:52:47.000Z (15 days ago)
- Last Synced: 2024-10-25T16:26:27.419Z (14 days ago)
- Topics: abc, approximate-bayesian-inference, likelihood-free-inference, parameter-inference
- Language: Python
- Homepage: https://pyabc.rtfd.io
- Size: 46.4 MB
- Stars: 204
- Watchers: 6
- Forks: 44
- Open Issues: 40
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGELOG.rst
- License: LICENSE.txt
Awesome Lists containing this project
- awesome-sciml - ICB-DCM/pyABC: distributed, likelihood-free inference
README
pyABC
=====.. figure:: https://raw.githubusercontent.com/ICB-DCM/pyABC/main/doc/logo/logo.svg
:alt: pyABC logo
:width: 30 %
:align: center|CI| |docs| |codecov| |pypi| |doi| |black|
Massively parallel, distributed and scalable ABC-SMC
(Approximate Bayesian Computation - Sequential Monte Carlo)
for parameter estimation of complex stochastic models.
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 especially R and Julia.- **Documentation:** https://pyabc.rtfd.io
- **Examples:** http://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.. |CI| image:: https://github.com/ICB-DCM/pyABC/workflows/CI/badge.svg
:target: https://github.com/ICB-DCM/pyABC/actions
:alt: CI.. |docs| image:: https://readthedocs.org/projects/pyabc/badge/?version=latest
:target: http://pyabc.readthedocs.io/en/latest/
:alt: Docs.. |codecov| image:: https://codecov.io/gh/ICB-DCM/pyABC/branch/main/graph/badge.svg
:target: https://codecov.io/gh/ICB-DCM/pyABC
:alt: Codecov.. |pypi| image:: https://badge.fury.io/py/pyabc.svg
:target: https://badge.fury.io/py/pyabc
:alt: PyPI.. |doi| image:: https://zenodo.org/badge/DOI/10.5281/zenodo.3257587.svg
:target: https://doi.org/10.5281/zenodo.3257587
:alt: DOI.. |black| image:: https://img.shields.io/badge/code%20style-black-000000.svg
:target: https://github.com/psf/black
:alt: Code style: Black