Simple Linear Regression models the linear relationship between:
- A response variable \(Y\) (continuous, numeric)
- A single predictor variable \(X\) (numeric)
The goal is to find the “best fit” line through the data that minimizes prediction error.
Example: Can we predict a car’s fuel efficiency (mpg) from its weight?