Simple Linear Regression is a statistical technique used to model the relationship between two continuous variables:
- A dependent variable (response) \(y\)
- An independent variable (predictor) \(x\)
We express this as:
\[ y = \beta_0 + \beta_1 x + \varepsilon \]