Prerequisites & Notation

Before You Begin

Probability inequalities convert moment information into tail probability bounds. Before we begin, make sure you are comfortable with the following building blocks from earlier chapters.

  • Expectation, variance, and the law of the unconscious statistician (LOTUS)(Review FSP Ch. 4)

    Self-check: Can you compute E[g(X)]\mathbb{E}[g(X)] directly from the PMF or PDF of XX without finding the distribution of g(X)g(X)?

  • Moment generating function MX(t)=E[etX]M_X(t) = \mathbb{E}[e^{tX}] and its basic properties(Review FSP Ch. 9)

    Self-check: Can you write the MGF of XN(μ,σ2)X \sim \mathcal{N}(\mu, \sigma^2) from memory?

  • Indicator functions and the identity P(A)=E[IA]\mathbb{P}(A) = \mathbb{E}[I_A](Review FSP Ch. 4)

    Self-check: Can you express the tail probability P(Xa)\mathbb{P}(X \geq a) as the expectation of an indicator?

  • Convex and concave functions

    Self-check: Can you verify that g(x)=exg(x) = e^x is convex and g(x)=logxg(x) = \log x is concave using second derivatives?

  • Independence of random variables and the product rule for expectations(Review FSP Ch. 3)

    Self-check: If X1,,XnX_1, \ldots, X_n are independent, what is E[i=1netXi]\mathbb{E}[\prod_{i=1}^n e^{t X_i}]?

Notation for This Chapter

Symbols introduced or heavily used in this chapter. Where possible, notation tokens \ntnkey\ntn{key} are used so the reader can customize display.

SymbolMeaningIntroduced
E[X]\mathbb{E}[X]Expectation of random variable XX
Var(X)\text{Var}(X)Variance of XXs02
MX(t)M_X(t)Moment generating function E[etX]\mathbb{E}[e^{tX}]s03
IAI_AIndicator of event AAs01
σ2\sigma^2Variance Var(X)\text{Var}(X)
μ\muMean E[X]\mathbb{E}[X]
barXn\\bar{X}_nSample mean 1ni=1nXi\frac{1}{n}\sum_{i=1}^n X_is04
mathcalN(mu,sigma2)\\mathcal{N}(\\mu, \\sigma^2)Gaussian distribution with mean μ\mu and variance σ2\sigma^2
D(PQ)D(P \\| Q)Kullback-Leibler divergences05