Simple Linear Regression models the linear relationship between two variables:
- A response variable \(Y\) — the outcome we want to predict
- A predictor variable \(X\) — the variable used for prediction
Core idea: Find the best straight line through the data that minimizes prediction error.
Used widely in Statistics, Data Science, Economics, Biology, and Engineering.