Skip to content

Latest commit

 

History

History
42 lines (31 loc) · 1.09 KB

README.md

File metadata and controls

42 lines (31 loc) · 1.09 KB

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://github.com/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.