Simple Linear Regression is a statistical method used to model the relationship between two continuous variables:
- Independent Variable (X)
- Dependent Variable (Y)
We assume the relationship follows the equation:
\[ Y = \beta_0 + \beta_1 X + \epsilon \]
Where:
- \(\beta_0\) is the intercept
- \(\beta_1\) is the slope
- \(\epsilon\) is the error term