Simple Linear Regression is a statistical method that models the relationship between: - One independent variable (predictor) - \(X\) - One dependent variable (response) - \(Y\)
The model takes the form: \[Y = \beta_0 + \beta_1X + \epsilon\]
Where: - \(\beta_0\) is the y-intercept - \(\beta_1\) is the slope - \(\epsilon\) is the error term