Learn Before
Relation
Metropolis Algorithm
- An MCMC algorithm
- Goal: to draw samples from an unknown target distribution
- Uses a random walk approach through the distribution space, and it accepts or rejects a sample based on the likelihood of the proposed sample.
- The likelihood is commonly decided by a probability density function
Limitations:
- The proposal distribution must be symmetric (equal prob of proposing a move from A to B, as from B to A)
- Metropolis Hastings Algorithm - A newer version - resolves this limitation and allows fro asymmetric distributions.
0
1
Updated 2021-08-10
Tags
Bayesian Statistics
Statistics
Data Science