Prerequisites & Notation

Prerequisites

This chapter builds on the counting foundations from Chapters 2 and 3: binomial coefficients, multinomial coefficients, and the four sampling paradigms (ordered/unordered, with/without replacement). We also use the binomial distribution from Chapter 3.

  • Binomial coefficients and Pascal's identity(Review ch02)

    Self-check: Can you compute (103)\binom{10}{3} and explain why (nk)=(nβˆ’1kβˆ’1)+(nβˆ’1k)\binom{n}{k} = \binom{n-1}{k-1} + \binom{n-1}{k}?

  • Multinomial coefficients and partitions(Review ch02)

    Self-check: Can you compute the number of ways to partition 12 objects into groups of sizes 3, 4, 5?

  • Four sampling paradigms(Review ch02)

    Self-check: Can you state the counting formula for each of the four paradigms (ordered/unordered, with/without replacement)?

  • Binomial distribution(Review ch03)

    Self-check: Can you write down P(X=k)\mathbb{P}(X = k) for X∼Bin(n,p)X \sim \text{Bin}(n, p) and verify that the PMF sums to 1?

  • Convergence concepts(Review ch03)

    Self-check: Do you understand the notion of a sequence of distributions converging to a limiting distribution?

Chapter Notation

Notation introduced or heavily used in this chapter.

SymbolMeaningIntroduced
S(n,k)S(n, k)Stirling number of the second kind: number of partitions of [n][n] into kk non-empty subsets
[nk]\left[\begin{smallmatrix} n \\ k \end{smallmatrix}\right]Unsigned Stirling number of the first kind: number of permutations of [n][n] with exactly kk cycles
BnB_nBell number: total number of partitions of [n][n]
Hyp(N,K,n)\text{Hyp}(N, K, n)Hypergeometric distribution with population NN, success count KK, sample size nn
Bin(n,p)\text{Bin}(n, p)Binomial distribution with nn trials and success probability pp
Poisson(Ξ»)\text{Poisson}(\lambda)Poisson distribution with rate parameter Ξ»\lambda
dTV(P,Q)d_{\mathrm{TV}}(P, Q)Total variation distance between distributions PP and QQ
[n][n]The set {1,2,…,n}\{1, 2, \ldots, n\}
p(n)p(n)Number of integer partitions of nn