Simple Linear Regression models the linear relationship between a response variable \(Y\) and a predictor variable \(X\).
It answers: “As X changes by one unit, how much does Y tend to change?”
| Predictor \(X\) | Response \(Y\) |
|---|---|
| Study hours | Exam score |
| Temperature (°F) | Ice cream sales |
| Advertising (\() | Revenue (\)) | |
| Square footage | House price ($) |
Fit the best straight line through a cloud of data points.