Simple Linear Regression models the relationship between:
- A response variable \(Y\) (continuous)
- A single predictor variable \(X\)
The goal is to find the best-fitting line through the data that minimizes prediction error.
It is one of the most widely used statistical tools in science, engineering, economics, and data science.