Markov Chain Monte Carlo Demo
This is an interactive demonstration of the Metropolis-Hastings algorithm for a nonlinear curve fitting problem that I use in my teaching. It uses MCMC to find parameters of a model that best fits the data (without using any gradients). The source code for this demo is here.