Week 8 - Markov chains (steady-state probabilities, absorbing states) Flashcards

1
Q

Limiting distribution

A

Probabilities converge to some distribution π, independent of the initial state i

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Accessible state?
2 states communicate?

A
  1. 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. 2 states i and j COMMUNICATE if i is accessible from j & j is accessible from i
  3. A Markov chain is IRREDUCIBLE if every pair of states COMMUNICATES
    - the state transition diagram is strongly connected
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is a class?

A

A set of states that can MUTUALLY COMMUNICATE with each other

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

3 properties of communication between states

A
  1. Reflexitivity
    - every state communicates with itself
  2. Symmetry
    - if i communicates with j, then j also comm. with i
  3. 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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

3 classifications of states

A
  1. ABSORBING state
    - if pii = 1
    - cannot access other states; if the process enters this state, it remains there forever
  2. 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)
  3. 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
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

2 properties that makes a Markov chain IRREDUCIBLE

A
  1. If every pair of states COMMUNICATES!
  2. If there is only a single class of states
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What makes a Markov chain aperiodic?

*Periodicity can always be broken by adding a LOOP

A

If all states are aperiodic.

*All states in the same class have the same period

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What makes a Markov chain ergodic?

Ergodic theorem

A
  1. If the Markov chain is IRREDUCIBLE and APERIODIC
  2. Ergodic theorem - Every irreducible and aperiodic (ergodic) Markov chain has a LIMITING DISTRIBUTION π

(and π is a UNIQUE STATIONARY distribution)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Stationary distribution theorem

A
  1. Every finite Markov chain has a stationary distribution
  2. If the Markov chain is irreducible, then there is a unique stationary distribution π and πi > 0 for all states i

*limiting distributions are stationary

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What is the Period of a state A mean?

A

Let R be the set of times that A can be revisited.

p is the greatest common divisor GCD of R (and 0 ∈ R)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Ergodic theorem - Why must the Markov chain be irreducible and aperiodic?

A
  1. 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.
  2. 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
  3. Example with period 3. No limiting distribution, but there is a stationary distribution.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly