Skip to content

Latest commit

 

History

History
4 lines (4 loc) · 332 Bytes

README.md

File metadata and controls

4 lines (4 loc) · 332 Bytes

MCMC_basics

Codes written by me for MCMC lectures MonteCarlo_intro.py : code to estimate value of Pi using Monte Carlo method MH_MCMC_demo.py: demonstrates the process of proposal of a sample, its acceptance or rejection as it happens in the MCMC sampling method with Metropolis Hasting algorithm, with the help of a simple plot.