Simple Linear Regression

Inference, estimation, and decision-making from data

Simple linear regression is the bridge from statistics to machine learning: it's the simplest model that predicts. You assume the relationship between an input x and an output y is a line plus random noise, and you find the best-fitting line.

🔒 This is a Pro lesson — the interactive figure, worked examples, quiz and practice open with Pro access.

▶ Simple Linear Regression
← Non-parametric TestsMultiple Linear Regression →