Thanks to the excellent bayes.js library from Rasmus Bååth it's now possible to experiment with Bayesian statistics in JavaScript. We'll take advantage of that library in this series of posts, which demonstrate Bayesian statistics visually for anyone with a web browser.
This first post covers Markov Chain Monte Carlo (MCMC), algorithms which are fundamental to modern Bayesian analysis. MCMC is also critical to many machine learning applications. Since this is the first post, though, we'll start with a brief introduction to Bayesian statistics.
Updated missing url https://rawgit.com/rasmusab/bayes.js/master/mcmc.js to https://cdn.jsdelivr.net/gh/rasmusab/bayes.js/mcmc.js
Updated missing url https://rawgit.com/rasmusab/bayes.js/master/distributions.js to https://cdn.jsdelivr.net/gh/rasmusab/bayes.js/distributions.js
https://rawgit.com/rasmusab/bayes.js/master/mcmc.js
https://rawgit.com/rasmusab/bayes.js/master/distributions.js
https://d3js.org/d3.v3.min.js