Simple Linear Regression models the linear relationship between:
- A response variable \(Y\) (dependent)
- A single predictor variable \(X\) (independent)
It is one of the most fundamental tools in statistics and machine learning, and is widely used in science.
Goal: Estimate the best-fitting linear relationship between the variables.