Notes
8 section summaries

Statistics

Every claim drawn from data — a poll result, a medical trial, a model's accuracy — rests on statistics: the discipline of reasoning about the world when you can only ever see part of it. You measure a Sample and want to say something trustworthy about the whole Population behind it, and statistics is the bridge that makes that leap honest. For machine learning it is the bedrock: nearly every model, metric, and guarantee is a statistical idea wearing different clothes.

This chapter builds that bedrock in a deliberate order. Foundations fixes the vocabulary of data, then Descriptive Statistics gives you the tools to summarise it — a Mean for the centre, a Standard Deviation for the spread. Probability Theory and Probability Distributions supply the language of chance, from raw Probability to the bell-shaped Normal Distribution that turns up almost everywhere. Sampling and Experimental Design covers how to gather data you can believe, and Inferential Statistics turns it into conclusions — the Central Limit Theorem, the p-value, and the Confidence Interval that quantifies how sure you are.

From there, Statistical Modeling connects variables through tools like Linear Regression while guarding against Overfitting, and Time Series Analysis handles data that moves through time, with its Trend and Seasonality. Open any section to go deeper.

Test yourself on Statistics
A quick multiple-choice quiz over this area — instant feedback, each answer linked to the idea behind it.
Start the quiz