Link

Probabilistic Programming and Monte Carlo Methods.

Again, the book Probabilistic Programming and Bayesian Methods for Hackers is a great free resource to start with if you want to get your hands dirty quickly.

Videos & Presentations

  • An introduction to Gibbs sampling

    This video is part of a lecture course which closely follows the material covered in the book, “A Student’s Guide to Bayesian Statistics.” Uses a bivariate discrete probability distribution example to illustrate how Gibbs sampling works in practice.

  • Introduction to Gibbs Sampling

    Slides from Duke’s STA 360 course: Bayesian Methods and Modern Statistics I’m not a big fan of slides without hearing the presentation, but they look readable. Covers Gibb’s sampling with the following distributions as examples: exponential, normal, and pareto.

  • Markov Chain Monte Carlo and the Metropolis Algorithm

    Youtube: An introduction to the intuition of MCMC and implementation of the Metropolis algorithm. (35 minutes)

  • MCMC: Markov Chain Monte Carlo

    A youtube lecture describing MCMC (20 minutes)