A simple, interactive Approximate Bayesian Computation tutorial introduction in Python.
- Click the "Launch Binder" button above
- Wait for the interactive notebook to launch
- Start learning by reading the notebook, and executing its cells
- Clone the repository with
git clone https://github.com/bmorris3/abc_interact.git
- Change directories into the repo
cd abc_interact
- Make sure you have the required packages installed
pip install -r requirements.txt
- Launch the notebook with the command
jupyter notebook
abc_interact
only requires python 3, numpy, scipy, matplotlib and corner.