Processing math: 18%
Google
 
Web unafbapune.blogspot.com

Saturday, May 03, 2014

 

Discrete-time finite state Markov chains

Markov property

Given current state, the past doesn't matter.
  pij=P(Xn+1=j|Xn=i)=P(Xn+1=j|Xn=i,Xn1,,X0)

N-step transition

  P(Xn=j|X0=i)=rij(n)=mk=1rik(n1)pkjbackward recursion=mk=1pikrkj(n1)forward recursion

Steady state convergence

Two conditions must be satisfied:

  1. recurrent states are all in a single class; and
  2. single recurrent class is not periodic
Starting from any initial conditions, the two copies will eventually meet in a given state at a given time with probability 1.

  rij(n)=mk=1rik(n1)pkjlim
which is m equations with m unknowns, but singular. A unique solution exists if:
  \begin{aligned} \sum_{j=1}^m \pi_j &= 1 & \text{normalization equation} \\ \end{aligned}

Birth-death process

The number of upward transitions through a partitioning line cannot be very different from the number of downward transitions.
  \begin{aligned} \pi_i p_i &= \pi_{i+1} q_{i+1} & p_i: \text{ frequency of upward transition at state }i \\ \therefore \pi_{i+1} &= \pi_i \frac{p_i}{q_{i+1}} & i = 0, 1, \cdots \\ \end{aligned}
In other words, if we knew \pi_0, we can compute \pi_k for k = 1, \cdots. But
  \begin{aligned} \sum \pi_j &= 1 \\ \therefore \pi_0 + \pi_0 \frac{p_0}{q_1} + \pi_0 \frac{p_0}{q_1}\frac{p_1}{q_2} + \cdots &= 1 & q_i: \text{ frequency of downward transition at state }i \\ \end{aligned}

Source: MITx 6.041x, Lecture 24-26.


Comments: Post a Comment

<< Home

This page is powered by Blogger. Isn't yours?