Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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