Simple linear regression is a statistical method used to model the relationship between a dependent variable and an independent variable.
The equation of a simple linear regression model is given by:
\[y = \beta_0 + \beta_1 x + \epsilon\]
Where:
- \(y\) is the dependent variable.
- \(x\) is the independent variable.
- \(\beta_0\) is the y-intercept.
- \(\beta_1\) is the slope of the line.
- \(\epsilon\) is the error term.