SLIDE 24 Componentwise Metropolis-Hastings
This is an example of using a cycle of kernels Let x = (x1, . . . , xd) ∈ Rd Proposal qi(y|x) updates only component i Walk through components of the state sequentially, i = 1 . . . d:
Propose a new value for component i using qi
n+1, . . . , xi−1 n+1, xi n, xi+1 n
, . . . , xd
n
n+1 = y i) or reject (xi n+1 = xi n) this component update with
acceptance probability αi(xi, yi) = min
n|yi)
π(xi)qi(y i|xi)
- where xi and yi differ only in component i
yi ≡
n+1, . . . , xi−1 n+1, y , xi+1 n
, . . . , xd
n
xi ≡
n+1, . . . , xi−1 n+1, xi n, xi+1 n
, . . . , xd
n
ICERM IdeaLab 7 July 2015 16 / 35