Simple Linear Regression is a statistical method used to model the relationship between two variables:
- Dependent variable (Y): The outcome we want to predict
- Independent variable (X): The predictor variable
The relationship is expressed as:
\[Y = \beta_0 + \beta_1 X + \epsilon\]
where \(\beta_0\) is the intercept, \(\beta_1\) is the slope, and \(\epsilon\) is the error term.