Learn Before
Concept
The Core Idea of MCMC
The core idea of a Markov chain is to have a state that begins as an arbitrary value. Over time, we randomly update repeatedly. Eventually becomes a fair sample from . Formally, a Markov chain is defined by a random state and a transition distribution specifying the probability that a random update will go to state if it starts in state x. Running the Markov chain means repeatedly updating the state x to a value sampled from .
0
1
Updated 2021-07-29
Tags
Data Science