Simple Linear Regression models the linear relationship between:
- A predictor variable \(X\), which is also known as the independent variable
- A response variable \(Y\), which is also known as the dependent variable
It is one of the most widely used statistical methods for:
- Predicting future values
- Understanding how one variable changes with another