Skip to content

kexin-zhang/mcmc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Markov Chain Monte Carlo demo simulation in JavaScript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published