forked from michael-franke/Bayesian-Regression
-
Notifications
You must be signed in to change notification settings - Fork 0
/
05-MCMC.qmd
24 lines (19 loc) · 805 Bytes
/
05-MCMC.qmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
---
title: "Bayesian Regression: Theory & Practice"
subtitle: "MCMC sampling & diagnostics"
author: "Michael Franke"
---
The success of Bayesian statistics is in large part the fruit of very clever algorithms and efficient implementations for drawing samples from complex, high-dimensional posterior distributions.
This unit covers:
- Markov Chain Monte Carlo methods, in particular:
+ simple Metropolis-Hastings and
+ Hamiltonian Monte Carlo
- common notions and diagnostics for assessing the quality of MCMC samples, such as:
+ $\hat{R}$
+ autocorrelation
+ effective sample size
+ traceplots
+ divergent transitions
- control parameters for `brms` model fits
We also take a peak at the Stan programming language.
<!-- Here are the [slides for this session](slides/05-MCMC.html) -->