Stats Examples
Bayes’ rule
Suppose 1% of people have a condition. A test is 99% sensitive and 95% specific. If the test is positive,
Even a good test can have a low positive predictive value when the base rate is small.
Standardising a normal variable
If , then corresponds to
Instead of memorising a new table for every mean and variance, convert to the standard Normal distribution.
Likelihood intuition
If data are assumed independent with density , then
The best parameter is not the one that makes the data “probable” in isolation; it is the one that makes the observed data most plausible relative to alternatives.
Correlation sanity check
A strong correlation between and does not prove causes . It may reflect a hidden variable, selection effects, or reversed causation. In physics and ML, residual plots often reveal structure that a single correlation number hides.
These examples connect to Stats Key concepts, Stats Equations and definitions, and Stats Common pitfalls.