Week 8 - Markov chains (steady-state probabilities, absorbing states) Flashcards
Limiting distribution
Probabilities converge to some distribution π, independent of the initial state i
Accessible state?
2 states communicate?
- state j is ACCESSIBLE from state i if we can get from i to j with positive probability
ie. there is a directed path from i to j in the state transition diagram - 2 states i and j COMMUNICATE if i is accessible from j & j is accessible from i
- A Markov chain is IRREDUCIBLE if every pair of states COMMUNICATES
- the state transition diagram is strongly connected
What is a class?
A set of states that can MUTUALLY COMMUNICATE with each other
3 properties of communication between states
- Reflexitivity
- every state communicates with itself - Symmetry
- if i communicates with j, then j also comm. with i - Transitivity
- if i communicates with j & j comm. with k, i then i communicates with k
Equivalence relation - a relation that has all these 3 properties
3 classifications of states
- ABSORBING state
- if pii = 1
- cannot access other states; if the process enters this state, it remains there forever - TRANSIENT state
- upon entering this state, the process MIGHT never return again
- a state where the probability of returning to it at some point in the future is strictly < 1 (eventually it will be absorbed to the recurrent states and never return) - RECURRENT state
- upon entering this state, the process will certainly return to the same state (infinitely many times)
- a state where the probability of returning to this state at some point in time in the future is 1
2 properties that makes a Markov chain IRREDUCIBLE
- If every pair of states COMMUNICATES!
- If there is only a single class of states
What makes a Markov chain aperiodic?
*Periodicity can always be broken by adding a LOOP
If all states are aperiodic.
*All states in the same class have the same period
What makes a Markov chain ergodic?
Ergodic theorem
- If the Markov chain is IRREDUCIBLE and APERIODIC
- Ergodic theorem - Every irreducible and aperiodic (ergodic) Markov chain has a LIMITING DISTRIBUTION π
(and π is a UNIQUE STATIONARY distribution)
Stationary distribution theorem
- Every finite Markov chain has a stationary distribution
- If the Markov chain is irreducible, then there is a unique stationary distribution π and πi > 0 for all states i
*limiting distributions are stationary
What is the Period of a state A mean?
Let R be the set of times that A can be revisited.
p is the greatest common divisor GCD of R (and 0 ∈ R)
Ergodic theorem - Why must the Markov chain be irreducible and aperiodic?
- If the chain is not irreducible, some state j is not accessible from some state i, and if we start in state i the probability of being in state j is 0, always, so we cannot have πj > 0.
- Even if all states are recurrent and the chain is aperiodic, there can be multiple stationary distributions (therefore no limiting distribution)
» ie. 2 absorbing states lead to 2 stationary distributions - Example with period 3. No limiting distribution, but there is a stationary distribution.