next up previous


Postscript version of this file

STAT 380 Lecture 10

Reading for Today's Lecture: Chapter 4 sections 1-3.

Goals of Today's Lecture:

Classification of States

State i leads to state j if ${\bf P}^n_{ij} > 0$ for some n. It is convenient to agree that ${\bf P}^0={\bf I}$ the identity matrix; thus i leads to i.

Note i leads to j and j leads to k implies i leads to k(Chapman-Kolmogorov).

States i and j communicate if i leads to j and j leads to i.

The relation of communication is an equivalence relation; it is reflexive, symmetric and transitive: if i and j communicate and j and k communicate then i and kcommunicate.

Example (+ signs indicate non-zero entries):

\begin{displaymath}{\bf P}= \left[\begin{array}{ccccc}
0& 1 & 0 & 0 &0
\\
0 & 0...
...\\
+ & 0 & 0 & + & 0
\\
0 & + & 0 & + & +
\end{array}\right]
\end{displaymath}

For this example:

$1 \leadsto 2$, $2 \leadsto 3$, $3 \leadsto 1$ so 1,2,3 are all in the same communicating class.

$4 \leadsto 1, 2, 3$ but not vice versa.

$5 \leadsto 1,2,3,4$ but not vice versa.

So the communicating classes are

\begin{displaymath}\{1,2,3\} \quad \{4\} \quad \{5\}
\end{displaymath}

A Markov Chain is irreducible if there is only one communicating class.

Notation:

\begin{displaymath}f_i=P(\exists n>0: X_n=i\vert X_0=i)
\end{displaymath}

State i is recurrent if fi=1, otherwise transient.

If fi=1 then Markov property (chain starts over when it gets back to i) means prob return infinitely many times (given started in i or given ever get to i) is 1.

Consider chain started from transient i. Let N be number of visits to state i (including visit at time 0). To return m-1 times must return once then starting over return m-1 times, then never return. So:

P(N=m) = fim-1(1-fi)

for $m=1,2,\ldots$.

N has a Geometric distribution and ${\rm E}(N) = 1/(1-f_i)$.

Another calculation:

\begin{displaymath}N=\sum_0^\infty 1(X_k=i)
\end{displaymath}

so

\begin{displaymath}{\rm E}(N) = \sum_0^\infty P(X_k=i)
\end{displaymath}

If we start the chain in state i then this is

\begin{displaymath}{\rm E}(N) = \sum_0^\infty {\bf P}^n_{ii}
\end{displaymath}

and i is transient if and only if

\begin{displaymath}\sum_0^\infty {\bf P}^n_{ii} < \infty \, .
\end{displaymath}

For last example: 4 and 5 are transient. Claim: states 1, 2 and 3 are recurrent.

Proof: argument above shows each transient state is visited only finitely many times. So: there is a recurrent state. (Note use of finite number of states.) It must be one of 1, 2 and 3. Proposition: If one state in a communicating class is recurrent then all states in the communicating class are recurrent.

Proof: Let i be the known recurrent state so

\begin{displaymath}\sum_n {\bf P}^n_{ii} = \infty
\end{displaymath}

Assume i and j communicate. Find integers m and k such that

\begin{displaymath}{\bf P}^m_{ij} > 0
\end{displaymath}

and

\begin{displaymath}{\bf P}^k_{ji} > 0
\end{displaymath}

Then

\begin{displaymath}{\bf P}^{m+n+k}_{jj} \ge {\bf P}^k_{ji} {\bf P}^n_{ii}{\bf P}^m_{ij}
\end{displaymath}

Sum RHS over n get $\infty$ so

\begin{displaymath}\sum_n {\bf P}^n_{jj} = \infty
\end{displaymath}

Proposition also means that if 1 state in a class is transient so are all.

State i has period d if d is greatest common divisor of

\begin{displaymath}\{n: {\bf P}^n_{ii} > 0\}
\end{displaymath}

If i and j are in the same class then i and j have same period. If d=1 then state i is called aperiodic; if d>1 then i is periodic.

\begin{displaymath}{\bf P}= \left[\begin{array}{ccccc}
0& 1 & 0 & 0 &0
\\
0 & 0...
...\\
0 & 0 & 0 & 0 & 1
\\
0 & 0 & 0 & 1 & 0
\end{array}\right]
\end{displaymath}

For this example $\{1,2,3\}$ is a class of period 3 states and $\{4,5\}$ a class of period 2 states.

\begin{displaymath}{\bf P}= \left[\begin{array}{ccc}
0& 1/2 & 1/2
\\
1 & 0 & 0
\\
1 & 0 & 0
\end{array}\right]
\end{displaymath}

has a single communicating class of period 2.

A chain is aperiodic if all its states are aperiodic.

Infinite State Spaces

Example: consider a sequence of independent coin tosses with probability pof Heads on a single toss. Let Xn be number of heads minus number of tails after n tosses. Put X0=0.

Xn is a Markov Chain. State space is $\Bbb Z$, the integers and

\begin{displaymath}{\bf P}_{ij} = \begin{cases}
p & j=i+1
\\
1-p & j=i-1
\\
0 & \text{otherwise}
\end{cases}\end{displaymath}

This chain has one communicating class (for $p\neq 0,1$) and all states have period 2. According to the strong law of large numbers Xn/n converges to 2p-1. If $p\neq 1/2$ this guarantees that for all large enough n $X_n \neq 0$, that is, the number of returns to 0 is not infinite. The state 0 is then transient and so all states must be transient.

For p = 1/2 the situation is different. It is a fact that

\begin{displaymath}{\bf P}^n_{00} = P(\text{\char93  H = \char93  T at time $n$})
\end{displaymath}

For n even this is the probability of exactly n/2 heads in n tosses.

Local Central Limit Theorem (normal approximation to P(-1/2 < Xn < 1/2)) (or Stirling's approximation) shows

\begin{displaymath}\sqrt{2m}P(\text{Binomial}(2m,1/2) = m) \to (2\pi)^{-1/2}
\end{displaymath}

so:

\begin{displaymath}\sum_n {\bf P}^n_{00} = \infty
\end{displaymath}

That is: 0 is a recurrent state.


next up previous



Richard Lockhart
2000-10-11