Linear regression is a method that models the relationship between a dependent variable and one or more independent variables.
Simple Linear Regression Model:
\[Y = \beta_0 + \beta_1X + \epsilon\]
Where:
- Y is the dependent variable
- X is the independent variable
- \(\beta_0\) is the intercept
- \(\beta_1\) is the slope