vcalderon2009 / simpleabc

A Python package for Approximate Bayesian Computation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SimpleABC

A Python package for Approximate Bayesian Computation Version 0.2.0

TODO

  • Example scripts
  • Support alternate importance sampling kernel support in Model class
  • Set default importance sampling kernel
  • More ABC algorithms
  • Parallelize PMC
  • Better parallelization all around

Install

Clone this repo with git.

SSH

git clone git@github.com:rcmorehead/SIMPLE-ABC.git

HTTPS

git clone https://github.com/rcmorehead/SIMPLE-ABC.git

Maybe one day I'll set up pip, if you are lucky

Overview

abc_overview.jpg

References

###ABC Sunnåker et al. - Approximate Bayesian Computation

###Population Monte Carlo for ABC Beaumont et al. -Adaptive approximate Bayesian computation
arxiv version

About

A Python package for Approximate Bayesian Computation

License:MIT License


Languages

Language:Jupyter Notebook 50.6%Language:HTML 21.6%Language:TeX 10.5%Language:JavaScript 7.7%Language:Python 4.3%Language:CSS 3.2%Language:Makefile 1.2%Language:Batchfile 0.9%