A simple, interactive Markov Chain Monte Carlo 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/mcmc_interact.git
- Change directories into the repo
cd mcmc_interact
- Make sure you have the required packages installed
pip install -r requirements.txt
- Launch the notebook with the command
jupyter notebook
mcmc_interact
only requires python 3, numpy and matplotlib.