1.3.11 · D3Probability & Statistics

Worked examples — Gaussian - Normal distribution properties

2,035 words9 min readBack to topic

Before anything, one reminder of the three tools we will lean on, in plain words:

Recall The three moves (from the parent note)

Standardize ::: turn any into so we can read one universal table. ::: the cumulative function — the probability that a standard normal lands at or below , i.e. the area under the bell to the left of . Add / scale ::: means always add; variances add only when independent; scaling by multiplies variance by .

We use the symbol a lot, so pin it down with a picture.

Figure — Gaussian - Normal distribution properties

Look at the figure: the red shaded region is . The whole area under the curve is exactly (it is a probability), so whatever is not red is the right tail . The dashed mirror line at shows why : the bell is a perfect mirror about , so the area left of equals the area right of .


The scenario matrix

Every Gaussian exam question falls into one of these cells. Each worked example below is tagged with the cell it covers.

# Case class What makes it tricky Example
A Right tail, positive reading Ex 1
B Left tail / negative symmetry Ex 2
C Between two values subtract two 's Ex 3
D Sum & average of Gaussians variances add, then Ex 4
E Inverse problem (given probability, find ) run standardize backwards Ex 5
F Degenerate the spike / limit case Ex 6
G Real-world word problem translate English → symbols Ex 7
H Exam twist: difference & MLE from data sign inside variance, biased vs unbiased Ex 8

We will lean on a few landmark values of throughout (each is just the shaded area for that ):


Cell A — Right tail, positive z


Cell B — Negative z, left tail (symmetry)


Cell C — Between two values


Cell D — Sum and average


Cell E — Inverse problem (find x from probability)


Cell F — Degenerate limit

Figure — Gaussian - Normal distribution properties

Cell G — Real-world word problem


Cell H — Exam twist: difference of Gaussians + MLE from data


Recall Rapid self-test

IQ: ? ::: Why does averaging 5 readings shrink by ? ::: variance divides by but there are of them, net on variance on Var of (independent, )? ::: (add, never subtract) MLE variance divides by? ::: (biased); unbiased uses

Related: Central Limit Theorem · Maximum Likelihood Estimation · Q-Q Plots · Linear Regression · Gaussian - Normal distribution properties