Prerequisites & Notation

Before You Begin

This chapter brings together ideas from several earlier chapters. We need joint distributions (Chapter 7), covariance and expectation (Chapter 5–6), and basic linear algebra (eigendecomposition, positive semi-definiteness). If any item below is unfamiliar, revisit the linked material first.

  • Joint PDFs, marginal and conditional distributions(Review ch07)

    Self-check: Given a joint PDF fX,Y(x,y)f_{X,Y}(x,y), can you compute fXY(xy)f_{X|Y}(x|y)?

  • Covariance, variance, and the correlation coefficient(Review ch07)

    Self-check: Can you compute Cov(X,Y)\text{Cov}(X,Y) from a joint distribution?

  • Eigenvalue decomposition of symmetric matrices

    Self-check: Given a 2×22 \times 2 symmetric matrix, can you find its eigenvalues and eigenvectors?

  • Positive semi-definite matrices

    Self-check: Can you verify that xTAx0\mathbf{x}^T \mathbf{A} \mathbf{x} \geq 0 for all x\mathbf{x}?

  • The scalar Gaussian distribution N(μ,σ2)\mathcal{N}(\mu, \sigma^2)(Review ch06)

    Self-check: Can you write the PDF of N(μ,σ2)\mathcal{N}(\mu, \sigma^2) and compute Q(x)Q(x)?

  • Matrix multiplication, transpose, inverse, and determinant

    Self-check: Can you compute (AB)T(\mathbf{A}\mathbf{B})^T and det(A)\det(\mathbf{A}) for 2×22 \times 2 matrices?

Notation for This Chapter

Symbols introduced or heavily used in this chapter. Bold lowercase denotes vectors, bold uppercase denotes matrices.

SymbolMeaningIntroduced
X=(X1,,Xn)T\mathbf{X} = (X_1, \ldots, X_n)^TRandom vectors01
μ=E[X]\boldsymbol{\mu} = \mathbb{E}[\mathbf{X}]Mean vectors01
Σ\boldsymbol{\Sigma}Covariance matrix E[(Xμ)(Xμ)T]\mathbb{E}[(\mathbf{X} - \boldsymbol{\mu})(\mathbf{X} - \boldsymbol{\mu})^T]s01
R\mathbf{R}Correlation matrix E[XXT]\mathbb{E}[\mathbf{X}\mathbf{X}^T]s01
N(μ,Σ)\mathcal{N}(\boldsymbol{\mu}, \boldsymbol{\Sigma})Multivariate Gaussian distributions02
Σ1\boldsymbol{\Sigma}^{-1}Precision (information) matrixs02
CN(μ,Σ)\mathcal{CN}(\boldsymbol{\mu}, \boldsymbol{\Sigma})Proper complex Gaussian distributions08
χn2\chi^2_nChi-squared distribution with nn degrees of freedoms07
Q(x)Q(x)Gaussian tail probabilitys00