5 - Probabilistic Study of Qualitative Behavior#
We can use the probability transition graph to classify the states of a Markov chain and decompose the Markov chain.
5.1 - Classification of States#
This covers section 1.3 in the textbook.
A transition probability graph is a second way to represent a Markov chain where nodes represent the states of the chain and the edges represent possible transitions.
5.2 - Definition of Transient and Recurrent States#
5.2.1 - Definition 1#
Let \(N(y)\) be the number of visits to \(y\) at times \(n \geq 1\) (i.e., being there at time \(0\) does not count). Also let \(P_y\) be the notation for taking the probability conditioned on the initial state being \(y\). So \(P_y(A) = P(A|X_0 = y)\).
There are 2 cases:
The states \(y\) such that \(P_y(N(y) \geq 1) < 1\), i.e. \(y\) is not sure to ever return to \(y\).
The states \(y\) such that \(P_y(N(y) \geq 1) = 1\), i.e. \(y\) is bound to return to \(y\).
We can use the following notation:
So the above cases can be rewritten as:
5.2.2 - Definition 2#
Let’s consider this notation: \(T_y\) is the first positive time that the chain visits state \(y\) (i.e., being there at time \(0\) does not count).
With this, we can rewrite the definition as
5.2.3 - Using the Notion \(T_y\) to Do the Computation of \(\rho\)#
Consider gambler’s ruin with \(p=0.4\) and \(N=4\).
Let’s compute \(\rho_{00}\):
These states where \(p(x,x)=1\) are called absorbing states, which must be recurrent.
Finding the classification of state 1 is more difficult.
Method 1#
We have
Thus
Since \(\rho_{11} < 1\), state 1 is transient.