Simple Linear Regression is used to predict the value of a dependent variable based on the value of an independent variable. The model assumes a linear relationship between the two variables.
Equation: \(Y = \beta_0 + \beta_1 X + \epsilon\)
Where: - \(Y\): Dependent variable - \(X\): Independent variable - \(\beta_0\): Intercept - \(\beta_1\): Slope - \(\epsilon\): Error term