Simple Linear Regression models the linear relationship between:
- A response variable \(Y\) (dependent)
- A single predictor variable \(X\) (independent)
Goal: find the best-fitting line through the data to predict \(Y\) from \(X\).
Applications:
- Predicting house prices from size
- Estimating crop yield from rainfall
- Forecasting sales from advertising spend