Intuition The one idea behind all four tests
Every test in this topic is one honest question wearing four costumes: "Is the gap I measured bigger than the wobble luck alone would produce?" We turn that question into a single number — the signal divided by the noise — and check whether that number is too extreme to blame on chance.
Before you can read the parent note comfortably, you need to own every symbol it throws at you. This page builds each one from nothing: what it means in plain words, what picture it draws, and why the topic can't live without it. Read top to bottom — each block uses only symbols defined above it.
Definition A sample and its members
A sample is the handful of numbers you actually collected. We write them x 1 , x 2 , … , x n .
n = how many numbers you have (the sample size ).
The little number below (the subscript i ) is just a name tag: x 3 means "the third measurement." It is not a power or multiplication.
Picture a row of dots on a number line — each dot is one x i , and there are n of them.
Intuition Why we even need
n
Everything downstream — how much the average wobbles, how cautious to be — depends on how many measurements you took. More data = steadier answer. So n is not decoration; it is the dial that controls trust.
Definition Two different "middles"
μ (Greek letter mu , say "mew") = the true population mean : the average you'd get if you could measure everyone/everything . You almost never know it.
x ˉ (say "x-bar", the bar means "average of") = the sample mean : the average of the numbers you did collect.
x ˉ = n x 1 + x 2 + ⋯ + x n = n 1 ∑ i = 1 n x i
The bent-E symbol ∑ (capital Greek sigma ) just says "add them all up." The i = 1 underneath and n on top mean "let i run from 1 to n ." So ∑ i = 1 n x i is shorthand for x 1 + x 2 + ⋯ + x n — nothing more.
Intuition The picture: balance point
Put equal weights on the number line at each x i . x ˉ is the spot where the ruler balances. μ 0 (the claimed mean the topic tests against) is a flag stuck in the ground — the tests ask "does our balance point x ˉ sit suspiciously far from that flag?"
x ˉ is not μ
Feels right: "I averaged my data, so I know the mean." Fix: x ˉ is a guess at μ built from a limited sample. Different samples give different x ˉ . The whole subject exists because x ˉ = μ in general.
A middle isn't enough — we need to know how wobbly the data is around that middle.
Definition Spread symbols
σ 2 (sigma-squared ) = population variance = the average of the squared distances from μ . Squaring makes every distance positive and punishes far-away points harder.
σ = population standard deviation = σ 2 . Taking the square root brings us back to the original units (metres, hours...), so it reads as "typical distance from the mean."
s 2 and s = the sample versions, computed from your data when you don't know σ :
s 2 = n − 1 1 ∑ i = 1 n ( x i − x ˉ ) 2 , s = s 2 .
Why squared distances and not plain distances? Plain distances x i − x ˉ cancel out — the ones above the mean exactly kill the ones below (their sum is always zero). Squaring stops that cancellation, and it happens to be the spread measure that all the reference distributions are built around.
Why divide by n − 1 and not n ? This is Bessel's Correction . We measure distances from x ˉ , but x ˉ was pulled toward our own data, so those distances come out a touch too small. Dividing by the smaller number n − 1 nudges the answer up to compensate. The parent note needs this the moment σ is unknown.
Intuition The picture: a cloud's width
σ (or s ) is the half-width of the fuzzy cloud of points around the middle. A tight cloud → small σ ; a scattered cloud → big σ . Every "is this gap real?" question secretly compares the gap to this width.
Here is the pivot that makes the z-test and t-test work.
Definition Standard error
The standard error is how much the sample mean x ˉ wobbles from sample to sample:
SE = n σ .
An individual value wobbles by σ ; the average of n values wobbles far less — smaller by a factor of n .
Why n and not n ? Averaging lets errors partly cancel, but randomly, so the shrinkage grows like the square root of how many you averaged, not linearly. This is the single most important number-fact the topic uses: quadruple your data, halve the wobble of the average.
One measurement is a jittery single dot. The average of many is a much calmer dot — the more you fold in, the calmer it gets. SE is the size of that calm dot's remaining jitter. (The reason this shrinking average even settles into a bell shape is the Central Limit Theorem .)
Definition The Normal (bell) distribution
N ( μ , σ 2 ) names a bell-shaped curve centred at μ with spread σ . The special one N ( 0 , 1 ) — centred at 0 , spread 1 — is the standard normal . When we standardize any bell into this one, we can read off "how surprising" a value is from a single universal table.
The topic then meets three other reference shapes, each a distortion of the bell for a specific job:
Student's t-distribution — a bell with fatter tails , used when we had to estimate the spread.
Chi-squared Distribution — a right-skewed curve for adding up squared surprises of counts.
F-distribution — a curve for a ratio of two spreads .
You don't need their formulas yet — just know each is a "what does luck alone do?" curve.
Intuition Why "extreme = surprising"
The bell is tall in the middle, thin at the edges. A value out in a thin tail is one luck rarely produces — so if your data lands there assuming nothing special is happening , "nothing special" becomes hard to believe.
This ratio is the template the parent note repeats four times. Everything else is choosing the right denominator and the right reference curve.
Definition The decision vocabulary
H 0 (null hypothesis ) = the boring "nothing special is happening" story.
H 1 = the alternative (something is going on).
α (alpha ) = the significance level we tolerate — usually 0.05 , our accepted risk of a false alarm.
p-value = the probability, if H 0 were true , of a gap as extreme as ours. Small p-value → the boring story struggles to explain the data → we reject $H_0$ .
ν (nu , say "new") = degrees of freedom — how many numbers were truly free to vary after subtracting constraints. It picks which t , χ 2 , or F curve to use.
α is a risk you choose , not a fact you find
Feels right: "0.05 is a law of nature." Fix: α is your tolerance for a false alarm (a Type I error ). Pick it before looking, then compare the p-value to it.
p-value vs alpha decision
Test yourself — cover the right side and answer out loud.
What does ∑ i = 1 n x i mean in plain words? Add up all the measurements from the first to the n -th.
Difference between μ and x ˉ ? μ is the unknown true population mean; x ˉ is the average of your actual sample, a guess at μ .
Why square the deviations in variance? Plain deviations from the mean sum to zero and cancel; squaring keeps them positive and matches the reference curves.
Why divide by n − 1 instead of n for s 2 ? Deviations are taken from x ˉ (pulled toward the data), so they run small; n − 1 (Bessel's correction) nudges the estimate up.
Formula and meaning of standard error? SE = σ / n — how much the sample
mean wobbles; smaller than
σ by a factor
n .
Why n and not n in the shrinkage? Random errors partly cancel; the leftover wobble shrinks like the square root of how many you averaged.
What does the Z score measure? How many standard errors the measured gap x ˉ − μ 0 is — signal divided by noise, unit-free.
What is N ( 0 , 1 ) ? The standard normal: a bell curve centred at 0 with spread 1 .
What does α represent? The pre-chosen significance level — your tolerated chance of a false alarm (rejecting a true H 0 ).
What does a small p-value tell you? A gap this extreme is unlikely under H 0 , so the "nothing special" story is hard to believe.
What is ν for? Degrees of freedom — it selects which specific t , χ 2 , or F curve applies.