Skip to content

Latest commit

 

History

History
42 lines (24 loc) · 1.81 KB

README.rst

File metadata and controls

42 lines (24 loc) · 1.81 KB

abcpmc

image

image

image

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.

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