Simple Linear Regression (SLR) is a statistical method used to model the relationship between two continuous variables:
- One independent variable (or predictor), denoted as \(X\).
- One dependent variable (or response), denoted as \(Y\).
The Goal: To find a linear equation that best predicts the value of \(Y\) given a value of \(X\).
For example, can we predict… A student’s exam score (\(Y\)) based on the hours they studied (\(X\))? A car’s fuel efficiency (\(Y\)) based on its weight (\(X\))?