Simple Linear Regression models the linear relationship between:
- A response variable \(Y\) (outcome)
- A single predictor variable \(X\) (input)
It is one of the most foundational tools in statistics and machine learning.
Goal: find the line that best summarizes the relationship between \(X\) and \(Y\), and use it to make predictions.