Statistics studies inference from finite data. The useful mental model is: probability goes from model to possible data; statistics goes from observed data back to uncertain claims about the model, population, or intervention.
Core sequence:
- Population vs Sample - separates the true target from the finite data observed.
- Estimators - functions of data used to approximate unknown quantities.
- Sampling Distributions - distributions of estimators across repeated samples.
- Law of Large Numbers - explains why averages stabilize as sample size grows.
- Central Limit Theorem - explains why many estimator distributions become approximately Gaussian.
- Confidence Intervals - quantify estimator uncertainty under repeated sampling.
- Hypothesis Testing - evaluates how surprising observed data is under a null model.
- Statistical Power - measures the chance a test detects a real effect.
- Statistical Significance vs Practical Significance - separates detectable effects from meaningful effects.
- Correlation and Covariance - measures linear association and joint variation.
- Experimental Design - controls data collection so causal or comparative claims are defensible.
- Bootstrap and Resampling - estimates uncertainty by resampling observed data.
- Bayesian vs Frequentist Inference - compares two interpretations of probability and uncertainty.
How the pieces fit:
- Populations define the target; samples provide finite evidence.
- Estimators compress samples into guesses about unknown quantities.
- Sampling distributions, LLN, and CLT describe estimator behavior.
- Confidence intervals, hypothesis tests, and power turn estimator behavior into uncertainty statements.
- Correlation, covariance, and experimental design determine which claims are descriptive and which can support causal interpretation.
- Bootstrap methods approximate uncertainty when analytic sampling distributions are hard.
- Bayesian and frequentist views differ in how they treat unknown parameters and probability.
Core equations to keep active:
- Sample mean:
- Sample variance:
- Standard error of the mean:
- Approximate confidence interval:
- Test statistic pattern:
- Power:
- Correlation:
- Bootstrap estimator: compute over resampled datasets
See also: Probability, Linear Regression, Evaluation Metrics