🏠
Guest Not signed in

Normal: the CLT limit, the workhorse

The CLT limit. Sums of many small independent things land here. Z-scores, confidence intervals, and Black-Scholes all live in the Normal world.

Method · Normal
Intro
Normal distribution bell curve with shaded bands at +/- 1, 2, 3 sigma annotated with the 68-95-99.7 empirical rule percentages.
M. W. Toews, CC BY 2.5 · CC-BY-2.5 · Wikimedia Commons

Normal is the CLT limit of summed bounded-variance noise. The next question β€” 'what about the PRODUCT of many such noises?' β€” leads to the Lognormal.

βœ“ Intro Β· expand
More examples

A handful of harder problems on the same theme. Click any prompt to reveal the solution sketch.

Quick warm-up on conditional expectation. Suppose $X$ is a standard normal random variable, $X \sim N(0, 1)$. What is $E[X \mid X > 0]$?
$E[X \mid X > 0] = \sqrt{2/\pi} \approx 0.798$. Compute $E[X \cdot \mathbb{1}\{X > 0\}] = \int_0^\infty x \cdot \tfrac{1}{\sqrt{2\pi}} e^{-x^2/2}\, dx = \tfrac{1}{\sqrt{2\pi}}$. Divide by $P(X > 0) = 1/2$ to get $\sqrt{2/\pi}$.
+ More examples Β· expand
Independent · Legal