Prerequisites & Notation
Prerequisites
This chapter introduces discrete-time Markov chains (DTMCs), building on your knowledge of conditional probability, discrete random variables, and basic linear algebra. The Markov property reduces the complexity of multi-step dependence to a single-step transition; the resulting theory is both elegant and computationally tractable.
- Conditional probability and Bayes' theorem(Review fsp/ch02)
Self-check: Can you compute and apply the law of total probability?
- Discrete random variables, PMFs, and expectation(Review fsp/ch05)
Self-check: Can you compute for a discrete random variable with a given PMF?
- Matrix multiplication, eigenvalues, and left eigenvectors
Self-check: Can you multiply two matrices and find eigenvectors of a given matrix?
- Geometric series and convergence
Self-check: Do you know when converges and what it equals?
Chapter Notation
We introduce notation specific to discrete-time Markov chains. The state space is always countable and denoted .
| Symbol | Meaning | Introduced |
|---|---|---|
| Transition matrix with entries | s01 | |
| -step transition matrix with entries | s01 | |
| Stationary (invariant) distribution: row vector satisfying | s03 | |
| State space (countable set) | s01 | |
| States and communicate | s02 | |
| State is accessible from state | s02 | |
| Period of state | s02 | |
| Return probability: | s02 | |
| Column vector of all ones | s01 |