Definition
Markov Chain Monte Carlo (MCMC) is a method to sample from a distribution by constructing a time reversible Markov chain.
Metropolis-Hastings Algorithm
- Propose jump from to with probability
- Accept with probability:
Markov Chain Monte Carlo (MCMC) is a method to sample from a distribution by constructing a time reversible Markov chain.