🏠
Guest Not signed in

Hypothesis testing: assume $H_0$, measure the surprise

Assume nothing's happening, then ask: how surprising is what I observed? A small p-value means the assumption is suspect.

Method · Hypothesis Testing
Prereqs: CLT Normal
Intro

Hypothesis testing is a disciplined way to ask “is the data weird enough to abandon the default story?” You write the default as $H_0$ and the rival as $H_1$, pretend $H_0$ is True, and compute how unlikely the data would be in that world — the p-value. If it’s below your tolerance $\alpha$ (typically 0.05), you reject $H_0$. The mechanics for testing a mean against $\mu_0$ is just a Z-score and a normal-table lookup.

βœ“ Intro Β· expand
Independent · Legal