Skip to content

Latest commit

 

History

History
46 lines (26 loc) · 2.02 KB

README.rst

File metadata and controls

46 lines (26 loc) · 2.02 KB

abcpmc

https://badge.fury.io/py/abcpmc.png https://travis-ci.org/jakeret/abcpmc.png?branch=master https://coveralls.io/repos/jakeret/abcpmc/badge.png?branch=master http://img.shields.io/badge/arXiv-1504.07245-orange.svg?style=flat

A Python Approximate Bayesian Computing (ABC) Population Monte Carlo (PMC) implementation based on Sequential Monte Carlo (SMC) with Particle Filtering techniques.

approximated 2d posterior (created with triangle.py).

The abcpmc package has been developed at ETH Zurich in the Software Lab of the Cosmology Research Group of the ETH Institute of Astronomy.

The development is coordinated on GitHub and contributions are welcome. The documentation of abcpmc is available at readthedocs.org and the package is distributed over PyPI.

Features

  • Entirely implemented in Python and easy to extend

  • Follows Beaumont et al. 2009 PMC algorithm

  • Parallelized with muliprocessing or message passing interface (MPI)

  • Extendable with k-nearest neighbour (KNN) or optimal local covariance matrix (OLCM) pertubation kernels (Fillipi et al. 2012)

  • Detailed examples in IPython notebooks

    • A 2D gauss case study
    • A toy model including a comparison to theoretical predictions