- Simple Linear Regression is a method to model the relationship between two continuous variables.
- It predicts the dependent variable \(Y\) based on the independent variable \(X\).
- The linear regression equation is: \[
Y = \beta_0 + \beta_1 X + \epsilon
\] where:
- \(\beta_0\) is the intercept,
- \(\beta_1\) is the slope,
- \(\epsilon\) is the error term.