Prerequisites & Notation

Before You Begin

This chapter builds on several tools developed earlier in the book. If any item feels unfamiliar, revisit the linked chapter before proceeding.

  • Random variables, CDF, PDF, PMF(Review ch05)

    Self-check: Can you write down the CDF of an exponential and a Bernoulli random variable?

  • Expectation, variance, covariance(Review ch09)

    Self-check: Can you compute Var(Xˉn)\text{Var}(\bar{X}_n) for i.i.d. XiX_i with variance σ2\sigma^2?

  • Characteristic functions and the Levy continuity theorem(Review ch10)

    Self-check: Can you state why Ο•X(u)=1βˆ’u2/2+o(u2)\phi_X(u) = 1 - u^2/2 + o(u^2) when E[X]=0\mathbb{E}[X]=0, Var(X)=1\text{Var}(X)=1?

  • Chebyshev's inequality(Review ch09)

    Self-check: Can you bound P(∣Xβˆ’ΞΌβˆ£β‰₯Ο΅)\mathbb{P}(|X - \mu| \geq \epsilon) using only the variance?

  • Borel-Cantelli lemmas(Review ch04)

    Self-check: If βˆ‘nP(An)<∞\sum_n \mathbb{P}(A_n) < \infty, what can you conclude about P(AnΒ i.o.)\mathbb{P}(A_n \text{ i.o.})?

Notation for This Chapter

Symbols introduced or heavily used in this chapter. See also the NGlobal Notation Table master table.

SymbolMeaningIntroduced
XΛ‰n\bar{X}_nSample mean: XΛ‰n=1nβˆ‘i=1nXi\bar{X}_n = \frac{1}{n}\sum_{i=1}^n X_is01
Xn→a.s.XX_n \xrightarrow{\text{a.s.}} XAlmost sure convergences01
Xn→PXX_n \xrightarrow{P} XConvergence in probabilitys01
Xn→LrXX_n \xrightarrow{L^r} XConvergence in rr-th mean (LrL^r)s01
Xn→dXX_n \xrightarrow{d} XConvergence in distributions01
Ο•X(u)\phi_X(u)Characteristic function of a random variables01
Ξ¦(x)\Phi(x)CDF of the standard normal: Ξ¦(x)=βˆ«βˆ’βˆžx12Ο€eβˆ’t2/2dt\Phi(x) = \int_{-\infty}^x \frac{1}{\sqrt{2\pi}} e^{-t^2/2} dts04
Q(x)Q(x)Gaussian tail probability: Q(x)=1βˆ’Ξ¦(x)Q(x) = 1 - \Phi(x)s04
Ξ£\boldsymbol{\Sigma}Covariance matrix of a random vectors05