Learn Before
Concept

Core Idea of a Markov Chain

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' \mid x) specifying the probability that a random update will go to state xx' if it starts in state xx. Running the Markov chain means repeatedly updating the state xx to a value xx' sampled from T(xx)T(x' \mid x).

0

1

Updated 2026-06-21

References


Tags

Data Science