Harvard Statistics 110 Probability Notes

40 mins

A complete study guide with worked examples, formulas, flashcards, and practice questions for Harvard’s Statistics 110: Probability.

Original notes

Used Templates in this Note

Summary

Count when outcomes are equal, condition when they are not, and use linearity on indicators before you reach for independence.

Probability in this course is a language for stories. If every pebble on the sample space has the same mass, count: permutations when order matters, combinations when it does not, stars and bars when the items are indistinguishable. If the pebbles have different masses, use the axioms. “At least one” is almost always a complement. The birthday problem is a complement count; the expected number of colliding pairs is a linearity count — they are not the same number. Random permutations have one expected fixed point; the probability of at least one match tends to 1 − 1/e.

Conditioning is the other primitive. Restrict the sample space, rewrite Bayes as likelihood times prior over the law of total probability, and keep P(data|cause) distinct from P(cause|data). Independence means “no information,” not “cannot happen together.” Disjoint positive events are dependent. The host’s policy in Monty Hall is data. Simpson’s paradox is a warning about weights: an association can reverse inside every group. First-step analysis turns processes such as gambler’s ruin into a small recurrence.

A random variable is a number assigned to each outcome. Name the story, then the PMF: Bernoulli and Binomial for independent trials, Hypergeometric without replacement, Geometric and Negative Binomial for waiting, Poisson for rare counts. Continuous cousins: Uniform (and its universality), Normal (standardize), Exponential (memoryless; minima add rates), then Gamma and Beta, tied together by a Poisson process. Linearity of expectation never needs independence; that is why matching, birthday pairs, and coupon collector are one-line arguments. Variance of a sum does need covariances. LOTUS skips the law of g(X). MGFs turn independent sums into products. Chicken–egg thinning splits a Poisson into independent Poissons.

E(Y|X) is a function of X. Adam recovers the mean; Eve splits the variance. Random sums use Wald. Pattern waiting cares about overlap: HT in four tosses on average, HH in six. Inequalities (Markov, Chebyshev, Jensen) bound what you do not want to compute; the CLT describes the shape of a mean when variance is finite, which is why Cauchy is the standard counterexample. A Markov chain is a one-step memory. Stationary π satisfies π = πP; two-state chains have π_0 = b/(a+b); detailed balance is the reversible shortcut; PageRank is that shortcut plus teleportation.

Key points

  • Naive probability needs equally likely outcomes
  • Stars and bars counts indistinguishable items into boxes
  • Complement for “at least one”; linearity for expected counts
  • Matching mean is 1; collision probability is a different object
  • Bayes: invert with LOTP in the denominator
  • Independent ≠ disjoint; pairwise ≠ mutual
  • Binomial vs Hypergeometric is with vs without replacement
  • Geometric in this course starts at 1 and has mean 1/p
  • Linearity does not need independence; variance of a sum does
  • Density is not P(X=x); simulate with F^{−1}(U)
  • Memoryless: Exponential and Geometric only
  • Uncorrelated is weaker than independent
  • Cauchy has no mean; do not invoke the CLT
  • E(Y|X) is a random variable; Adam and Eve
  • HH waits longer than HT because of overlap
  • π is a left eigenvector of P; PageRank teleports

Common traps

  • Using |A|/|S| on a loaded die
  • Treating E(number of pairs) as a probability
  • Writing P(D|+) as if it were sensitivity
  • Claiming two disjoint events are independent
  • Using binomial formulas on a 5-card hand
  • Writing E(Geom)=q/p without saying you counted failures
  • Adding variances of dependent indicators without covariances
  • Calling a PDF a probability
  • Applying the CLT to Cauchy
  • Confusing πP=π with Pπ=π
  • Assuming every two-flip pattern has the same waiting time

More from this Note's tags