Skip to content

handley-lab/workshop-monte-carlo-methods

Repository files navigation

Monte Carlo Methods

Given at Advanced Statistical Tools at the Intersection of cosmology and High-Energy & Nuclear Physics, UNAM Mexico

Getting started:

git clone https:/handley-lab/workshop-monte-carlo-methods
cd workshop-monte-carlo-methods

Installation

To do this workshop, you should have installed (via conda, pip or your preferred method):

  • numpy
  • matplotlib
  • scipy
  • anesthetic

Python instructions

python -m venv handley
source handley/bin/activate
pip install anesthetic jupyter

Conda instructions

conda create -n handley
conda activate handley
conda install pip
pip install anesthetic jupyter

Running the notebooks

jupyter notebook workshop.py

See a mistake? Please create an issue or if you know how submit a pull request.