Simple Linear Regression models the linear relationship between:
- A response variable \(Y\) (dependent)
- A predictor variable \(X\) (independent)
It is one of the most fundamental tools in statistics and machine learning, used to:
- Understand relationships between variables
- Make predictions on new data
- Quantify how much \(X\) explains \(Y\)