Before you can trust a single line of the parent note, you must be able to read it. This page lists every symbol and idea the parent uses, in build-order, so that no notation ever appears before you own it. A smart 12-year-old should be able to walk from top to bottom without ever getting stuck.
The picture: think of a big jar of outcomes. P(heads) is the fraction of the jar that is "heads". If half the jar is heads, P(heads)=0.5.
Why the topic needs it: the whole p-value is a probability — "how often would I see data this weird?" You cannot read a p-value without first being fluent in P.
The bar ∣ (given that):P(A∣B) reads "the probability of A, given thatB is already true." The vertical bar means "assuming...".
The picture: a slot machine. You pull the lever (run the experiment) and a number pops out. X is the name of that number-generator; the value it lands on this time is a plain number like 65.
Why the topic needs it: the test statistic (next few sections) is a random variable. To ask "how weird is 65 heads," you must imagine Xcould have been many values, each with some probability. See 1.3.1-Random-variables-and-distributions.
The picture: the bar chart above. Each bar is one possible number of heads; tall bars = likely, short bars = rare. The bars for a fair coin form the bell shape from Section 0.
Two named distributions the parent uses:
Why the topic needs it: the p-value is an area under the distribution. No distribution, nowhere to measure area.
The picture:μ is where the curve peaks (the middle). σ is the horizontal distance from the peak out to where the curve bends from "falling steeply" to "flattening out." A skinny bell has small σ; a fat bell has large σ.
Why the topic needs it: to say a result is "far from expected," you need a center to measure from (μ) and a ruler to measure with (σ).
The picture: two dots on the number line. μ0 is the target the null hypothesis paints. Xˉ is where your actual result landed. Hypothesis testing measures the gap between them.
Why the topic needs it: every test statistic is essentially (what I saw)−(what was claimed), i.e. Xˉ−μ0.
The picture: all your messy data gets crushed down to one dot on the horizontal axis of the bell. That dot is the test statistic. The p-value is then just the tail area beyond that dot.
Why the topic needs it: you can't shade "your data" against a curve — data isn't a single point. The test statistic is the bridge that turns a whole dataset into one shadeable position.
Worked reading:Z=565−50=3. You are 3 standard deviations to the right of the boring center — deep in a skinny tail.
All the cases (so you never get surprised):
Z=0: result sits exactly at expected. Totally boring.
Z>0: result is above expected (right side of the bell).
Z<0: result is below expected (left side of the bell).
∣Z∣ large (like 3): far out in a tail → surprising.
∣Z∣ small (like 0.4): near the fat middle → unsurprising.
The bars ∣⋅∣ mean absolute value — throw away the sign, keep the size. ∣−3∣=3. We use it because "3 steps left" and "3 steps right" are equally surprising; we care about distance, not direction.
Test yourself — you should be able to say each answer out loud before reading the parent note.
What does P(A∣B) mean, and what is its definition?
The probability of A given B is true; formally P(A∣B)=P(A and B)/P(B) — shrink the world to outcomes where B holds, then take the fraction that are also A.
What is a random variable?
A number produced by a random process, named before its value is known (e.g. X).
What does X∼Binomial(n,p) describe?
The count of successes in n independent tries, each succeeding with probability p.
Why is μ=np and σ2=np(1−p) for a binomial?
Each flip has average p and variance p(1−p); averages and variances of n independent flips add, giving np and np(1−p).
In words, what are μ and σ?
μ is the center (balance point / average); σ is the typical distance results stray from center (the spread).
Compute μ and σ for 100 fair coin flips.
μ=np=50, σ=np(1−p)=25=5.
What is a test statistic?
One number computed from the data summarizing how far the result is from what H0 predicts; it's shadeable against a distribution.
Why does standardizing give mean 0 and spread 1?
Subtracting μ centers the average at 0; dividing by σ rescales so one unit = one old standard deviation, making the spread σ/σ=1.
What distribution does Z follow, and why does that let us read off a probability?
Z∼N(0,1), the standard normal; its tail areas are fixed, so one universal table gives P(Z≥z) every time.
What does a z-score of 3 tell you?
Your result is 3 standard deviations above expected — far out in the right tail, surprising.
Geometrically, what IS the p-value?
The shaded tail area under the bell beyond your result.
Give the three tail formulas and when each is used.
Two-tailed 2P(Z≥∣z∣) for "different"; right P(Z≥z) for "greater"; left P(Z≤z) for "less".
What is α?
The pre-chosen threshold; reject H0 if the p-value falls below it (often 0.05).
Why is a p-value NOT the probability H0 is true?
It is P(data∣H0), not P(H0∣data); the bar's sides are not interchangeable.