Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 374 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 374 Bytes

Markov Chain Monte Carlo Simulation

MCMC in the web! Small demo of MCMC with Metropolis Hastings algorithm to simulate the normal distribution using a random walk. Proposal distribution is x(t) = x(t-1) + unif(-1, 1).

See this blog post for the animation and a brief explanation of Markov Chains and MCMC.