4.9.9 · D5Probability Theory & Statistics

Question bank — Chi-squared, t, F distributions — definition, degrees of freedom

1,485 words7 min readBack to topic

This is a concept-trap page. No heavy arithmetic — every item hunts a misconception or a boundary case about how the three sampling distributions are built, why the degrees of freedom come out the way they do, and what happens at the edges (one degree of freedom, infinitely many, equal variances, zero deviation).

Before you begin, recall the three builders from the parent note:

Recall The one-line definitions you are being tested against
  • — a sum of squared independent standard normals.
  • with , independent — a normal over a scaled square root of a .
  • — a ratio of two 's, each first divided by its own df.

Cover the answer, commit to a reason, then reveal.


True or false — justify

A chi-squared variable can be negative.
False — it is a sum of squares , and squares are never negative; the whole distribution lives on .
is symmetric like the normal.
False — it is right-skewed (a long tail to the right), because squaring piles probability near zero and stretches large positive values; only as grows does it slowly look bell-shaped.
The distribution is symmetric about .
True — the numerator is symmetric about and the positive denominator does not favour either sign, so and are equally likely.
The distribution is symmetric.
False — it is a ratio of two non-negative quantities, so it lives on and is right-skewed; there is no reflection symmetry, only the reciprocal symmetry .
has larger variance than for every finite .
True — for all finite , because the random denominator (an estimated ) injects extra spread; it shrinks to only in the limit .
Adding two independent chi-squareds gives another chi-squared.
True — , since you are just appending more independent squared normals to the sum; the df simply add.
Adding two independent variables gives another .
False — there is no such closure rule; the numerators are normal but the random denominators do not combine into a single scaled , so the sum is not a .
with df has variance .
False — its mean is ; its variance is , because each contributes variance (from ) and variances add over the independent terms.
and are the same distribution.
False — swapping which sample sits on top matters; they are equal only through the reciprocal relation , not as identical distributions (unless ).
The mean of is exactly .
False — it is (for ), slightly above 1; it only approaches 1 as because then the denominator per-df stabilises to exactly 1.

Spot the error

"For a sample of size , ."
Wrong df — it is . Estimating forces , one constraint, so one degree of freedom is spent; free directions .
" where , ."
The div-by-df is missing — . Without dividing each by its own df, the ratio's typical size depends on and would not sit near 1 under equal variances.
"Since is normal, always standardise it with ."
You wrote (an estimate) but called it . Once is replaced by the random , the ratio follows , not ; see Sample Variance and Bessel's Correction.
" where and come from the same data, so they're dependent — but that's fine."
The definition requires independence of and . It works out because for a normal sample (giving ) and (giving ) are provably independent; without that fact the derivation collapses.
"."
Reversed — . The squared normal is the numerator (df ), and is the denominator (df ).
"Chi-squared per degree of freedom, , has mean ."
Its mean is , not — dividing a mean- variable by gives mean . This normalisation is exactly why each part of is put on a per-df footing.
"Degrees of freedom must be a whole number equal to the sample size."
Df is data minus estimated parameters, not the sample size; and in general (e.g. Welch's , Gamma Distribution-based definitions) df need not even be an integer.

Why questions

Why do we square the instead of just summing them?
A plain sum is again normal and averages to zero, so positive and negative misses cancel; squaring measures total magnitude of deviation regardless of sign — a genuine "spread" score.
Why does as ?
As df grow, by the law of large numbers, so the random denominator stops wobbling and freezes at 1, leaving .
Why does the have fatter tails than the normal?
The denominator is random; occasionally it is small by chance, which inflates to extreme values more often than a fixed denominator would — heavier tails.
Why divide each by its own df in ?
A raw has mean , so a bare ratio would depend on the df sizes; per-df normalisation makes each part average , so signals equal variances — the interpretation used in ANOVA.
Why is the df and not for the sample variance?
Computing from the same data imposes the linear constraint ; once deviations are known the last is forced, so only pieces are truly free.
Why must the two 's in be independent?
The clean ratio distribution only holds if numerator and denominator vary independently; if they shared randomness (e.g. same sample), the ratio's cancellations would distort its shape and the tables would not apply.
Why is the natural tool for comparing two variances rather than a difference ?
A ratio is scale-free — under equal variances it centres near 1 regardless of the common — whereas a difference still depends on the unknown units and scale.
Why does and not ?
Because ; the mean of the squared value picks up the variance, even though .

Edge cases

What is — the smallest interesting case?
It is just , the square of a single standard normal: heavily right-skewed with a spike near (small 's are common) and mean , variance .
Does have a mean when ?
No — is the Cauchy distribution; its tails are so heavy that the mean integral does not converge, which is why is stated only for .
Does have a finite variance when ?
No — blows up as , so the variance is finite only for ; at the tails are too fat.
What does look like at the extreme?
Both df equal 1, so it is — a ratio of two squared normals; extremely heavy-tailed with no finite mean, since fails the requirement.
What happens to when the two population variances are truly equal?
The two normalised variance estimates are each about 1, so concentrates near 1; this is precisely the null-hypothesis behaviour exploited in Hypothesis Testing and ANOVA.
If all sample values are identical, what is and the statistic?
Then every , so and — a legitimate boundary value at the very left edge of the support, though of probability zero for continuous data.
As , what shape does a standardised approach?
Since is a sum of i.i.d. terms, the Central Limit Theorem applies: , so the skew slowly washes out and it looks normal.
What is the largest tail a can have, and when?
The heaviest is at (Cauchy); tails get progressively lighter as increases, converging to the thin normal tails as .