Skip to content

Latest commit

 

History

History
81 lines (60 loc) · 2.04 KB

index.rst

File metadata and controls

81 lines (60 loc) · 2.04 KB

pyABC - distributed, likelihood-free inference

image

image

image

image

image

image

Release
Source code

https://github.com/icb-dcm/pyabc

pyABC logo

pyABC is a framework for distributed, likelihood-free inference. That means, if you have a model and some data and want to know the posterior distribution over the model parameters, i.e. you want to know with which probability which parameters explain the observed data, then pyABC might be for you.

All you need is some way to numerically draw samples from the model, given the model parameters. pyABC "inverts" the model for you and tells you which parameters were well matching and which ones not. You do not need to analytically calculate the likelihood function.

pyABC runs efficiently on multi-core machines and distributed cluster setups. It is easy to use and flexibly extensible.

what installation examples sampler datastore visualization

changelog about cite

contribute deploy

api

Indices and tables

  • genindex
  • modindex
  • search