Learn Before
Concept

The Core Idea of MCMC

The core idea of a Markov chain is to have a state xx that begins as an arbitrary value. Over time, we randomly update xx repeatedly. Eventually xx becomes a fair sample from p(x)p(x). Formally, a Markov chain is defined by a random state xx and a transition distribution T(xx)T(x^{’}| x) specifying the probability that a random update will go to state xx^’ if it starts in state x. Running the Markov chain means repeatedly updating the state x to a value xx^’ sampled from T(xx)T(x^{’}| x).

0

1

Updated 2021-07-29

References


Tags

Data Science