Skip to content

Latest commit

 

History

History
25 lines (12 loc) · 439 Bytes

File metadata and controls

25 lines (12 loc) · 439 Bytes

Stochastic-Sampling

This repository contains my iPython Notebook on Stochastic Sampling, also known as Monte Carlo methods, and some supporting files for it.

Requirements

jupyter (to install: pip install jupyter )

pymc (to install: pip install pymc )

numpy

scipy

matplotlib

Executing

From the Stochastic-Sampling directory:

jupyter notebook Stochastic_Sampling.ipynb

Point your browser at http://localhost:8888/