Prerequisites & Notation
Before You Begin
This chapter assumes comfort with the linear algebra from Chapter 1 (especially vector spaces, inner products, and matrix decompositions) as well as single-variable calculus (limits, series, integration). The notation table below introduces the probabilistic symbols used throughout.
- Linear algebra (Chapter 1)(Review ch01)
Self-check: Can you multiply a matrix by a vector, compute eigenvalues, and state what the SVD is?
- Single-variable calculus
Self-check: Can you integrate and differentiate under the integral sign?
- Basic combinatorics
Self-check: Do you know the binomial coefficient and the geometric series formula?
- Complex exponentials
Self-check: Can you evaluate and relate it to ?
Chapter 2 Notation
Probabilistic notation used throughout this chapter. Vectors and matrices follow the conventions of Chapter 1.
| Symbol | Meaning | Introduced |
|---|---|---|
| Sample space | s01 | |
| -algebra (collection of events) | s01 | |
| Probability measure | s01 | |
| Conditional probability of given | s01 | |
| Random variables (scalar, uppercase italic) | s02 | |
| Probability density function (PDF) of | s02 | |
| Cumulative distribution function (CDF) of | s02 | |
| , | Expectation (mean) of | s02 |
| , | Variance of | s02 |
| Moment-generating function | s03 | |
| Characteristic function | s03 | |
| Random vector (boldface lowercase) | s04 | |
| Joint PDF of random vector | s04 | |
| , | Correlation matrix, covariance matrix of | s04 |
| Circularly symmetric complex Gaussian distribution | s04 | |
| Convergence in probability | s05 | |
| Convergence in distribution | s05 | |
| , | Continuous-time / discrete-time stochastic process | s06 |
| Autocorrelation function of process | s06 | |
| Power spectral density of process | s06 | |
| Transition probability matrix (Markov chain) | s08 | |
| Stationary distribution vector | s08 | |
| Counting process (Poisson process) | s09 | |
| Rate parameter (Poisson / exponential) | s09 |