1.3.11 · D5Probability & Statistics
Question bank — Gaussian - Normal distribution properties
This bank drills the properties from the parent note: symmetry, moments, affine & additive closure, MLE, and the empirical rule.
True or false — justify
A bigger makes the peak of the bell curve taller.
False — a bigger spreads mass out, so the peak actually gets lower (total area stays 1).
Two different Gaussians can cross each other at exactly one point.
False — setting two Gaussian PDFs equal gives a quadratic (or linear) equation, so they cross at up to two points; equal-variance curves cross once, but "exactly one always" is wrong in general.
If then .
True — this is affine closure with : mean becomes , variance becomes .
The sum of two independent Gaussians is Gaussian, and so is their difference.
True — difference is affine () then additive, giving — variances still add, not subtract.
Skewness and excess kurtosis of a Gaussian are both zero.
True — symmetry kills skewness, and "zero excess kurtosis" is definitional: the Gaussian is the reference against which other tails are compared.
assigns zero probability to any single exact value like .
True — it's a continuous density, so for every point; only intervals carry positive probability.
The 68-95-99.7 rule depends on the specific values of and .
False — after standardizing the cancel, so the percentages hold for every Gaussian.
If a sample looks bell-shaped, the data must be exactly Gaussian.
False — bell shape is necessary-looking but not sufficient; tails and kurtosis matter (this is exactly what Q-Q Plots check).
The MLE variance estimator is unbiased.
False — it divides by and is biased downward; the unbiased version uses (Bessel's correction).
Uncorrelated jointly-Gaussian variables are independent.
True for the jointly Gaussian case — but uncorrelated marginally-Gaussian variables need not be independent (see Multivariate Gaussian).
Spot the error
"Variance of is always ."
Only when are independent (or uncorrelated); in general .
"To standardize, I subtract the mean and subtract the standard deviation: ."
Wrong operation — you divide by : , which rescales spread to 1; subtracting doesn't change the spread at all.
" has variance ."
The scale factor squares: ; only the mean scales linearly.
"Averaging measurements makes the variance times smaller, and the standard deviation times smaller."
Variance shrinks by (so ), but standard deviation shrinks only by since std is the square root of variance.
"Maximizing likelihood and maximizing can give different ."
No — is strictly increasing (monotonic), so both peak at the same parameter values; log just turns products into sums.
"Because area under the tail beyond is only , nothing ever lands there."
is small but nonzero; over millions of samples such events happen routinely — the tails never truly vanish.
"The maximum-entropy derivation proves nature is Gaussian."
It proves the Gaussian is the least-committed distribution given only a fixed mean and variance; whether nature supplies those constraints is a separate physical question (often via the Central Limit Theorem).
Why questions
Why does the exponent use rather than ?
The squared distance produces smooth symmetric bell-shape and falls out of maximizing entropy under a variance (a squared-deviation) constraint; would give the sharper-peaked Laplace distribution.
Why is simultaneously the mean, median, and mode of a Gaussian?
Perfect symmetry about makes half the mass on each side (median) and puts the density peak there (mode), while symmetry also forces the balance point (mean) to coincide.
Why does completing the square appear in the MGF derivation?
It rewrites the messy exponent as "a clean Gaussian bump in " plus "constants in "; the bump integrates to 1, leaving only .
Why do we take the log-likelihood in Maximum Likelihood Estimation?
The joint density is a product of factors; converts it to a sum, whose derivative is far easier, and monotonicity guarantees the same maximizer.
Why does the empirical rule reduce to the error function ?
After standardizing, the integral of over has no elementary antiderivative, so it is defined to be — a named quantity for that exact integral.
Why must the two Gaussians be independent for the clean additive rule?
Independence forces the covariance term to zero and, more strongly, lets the MGFs multiply — — which is what produces another Gaussian.
Why does standardizing every Gaussian to make lookup tables possible?
Affine closure means all Gaussians are stretched/shifted copies of the standard one, so a single table of answers probability questions for any .
Edge cases
What happens to the Gaussian PDF as ?
It collapses toward an infinitely tall, infinitely thin spike at — a point mass (Dirac delta) — the degenerate limit where all probability concentrates at one value.
What happens as ?
The curve flattens toward zero height everywhere, spreading probability so thin it approaches an (improper) uniform "no information" state.
Is a valid distribution?
Not a proper continuous density — variance zero means the random variable is the constant with certainty; treat it as a degenerate limit, not a bell curve.
Can stay Gaussian when ?
Then is constant — the degenerate ; the affine rule still gives variance , consistently signalling collapse.
Does MLE make sense with a single data point ?
works, but (all deviation from the one point is zero) — a nonsensical spread estimate, showing you cannot estimate variance from one sample.
If two independent Gaussians have but opposite means, does have mean zero and zero variance?
Mean is (nonzero here), and variance is (doubled, never cancelled) — differencing never shrinks spread.
What is the probability exactly at the inflection points ?
Zero (single points in a continuous distribution); those points matter as curvature landmarks — where the bell switches from concave-down to concave-up — not as probability masses.
Recall Quick self-test
Bigger → taller or shorter peak? ::: Shorter — area is fixed at 1, so spreading out lowers the peak. Variance of ? ::: — the shift never affects spread. Why divide by instead of ? ::: To remove the downward bias of the MLE variance (Bessel's correction).