Markov chain


A Markov chain is a stateless statistical process. A Markov chain is fully defined by the state at the start of each step and does not need to "remember" any previous state. In a Markov chain, the Probability that a Random variable XX will take all the values in a sequence (x1,,xN)(x_{1},\ldots,x_{N}) in NN steps is

PN(x1,,xN)=p1(x1)t=2N1W(xtxt+1)P_{N}(x_{1},\ldots,x_{N})=p_{1}(x_{1})\prod_{t=2}^{N-1} W(x_{t}\to x_{t+1})

where p1(x1)p_{1}(x_{1}) is the probability of starting at state x1x_{1} and WW is called the transition probability function, which changes a random variable's state. Note how WW determines how the chain runs and how it is only dependent on the current state: there is no "memory". A stateless process is generally said to be Markovian. A Markovian time series is commonly also said to have short memory.

Properties

Thispropertyisusedtoprovethedefinitionatthestartofthisarticlebyusingthegeneraldefinitionofjointdistributionfunction. This property is used to prove the definition at the start of this article by using the general definition of joint distribution function.