Complete collection of formulas for Markov chain theory, transition probabilities, stationary distributions, and absorption problems
The memoryless property for discrete-time processes:
Time-homogeneous case:
Stochastic matrix properties:
Probability of going from state i to state j in exactly n steps:
Fundamental recurrence relation:
Matrix form: 𝐏⁽ᵘ⁺ᵛ⁾ = 𝐏⁽ᵘ⁾ × 𝐏⁽ᵛ⁾
n-step transition matrix as matrix power:
Time to first reach state j from i:
Probability of ever reaching j from i:
Recurrent State:
Transient State:
Expected return time to state i:
Greatest common divisor of return times:
Positive Recurrent:
μᵢ < ∞ (finite mean return time)
Null Recurrent:
μᵢ = ∞ (infinite mean return time)
Probability distribution π that satisfies:
Component-wise balance equations:
"Flow into state j = probability of being in state j"
For irreducible, aperiodic, positive recurrent chains:
Irreducible + Aperiodic + Positive Recurrent: Unique stationary distribution
Irreducible + Transient or Null Recurrent: No stationary distribution
Reducible: Multiple stationary distributions possible
Player starts with i dollars, total capital m, win probability p per game.
• States: {0, 1, 2, ..., m} where 0 and m are absorbing
• Transitions: i → i+1 (prob. p), i → i-1 (prob. q = 1-p)
Ruin Probability:
Expected Duration:
Ruin Probability:
Expected Duration:
For absorbing Markov chains with transient states T and absorbing states A:
where 𝐐 = transitions within T, 𝐑 = transitions from T to A
Mean time to absorption from transient states:
where 𝟏 is vector of ones, (𝐈 - 𝐐)⁻¹ is the fundamental matrix
Google's PageRank as stationary distribution:
where d = damping factor (≈0.85), 𝐌 = link structure matrix, N = number of pages
Stationary distribution for birth-death chains:
where λₖ = birth rate, μₖ = death rate at state k
Sufficient condition for stationary distribution:
"Flow from i to j = flow from j to i"
For finite irreducible aperiodic chains:
where ρ = second largest eigenvalue of 𝐏, C = constant
Practice with problems and use interactive calculators to master these concepts