Simple linear regression aims to find a linear relationship to describe the correlation between an independent and possibly dependent variable.
\[y = \beta_0 + \beta_1 x +\varepsilon \]
where \(\beta_0\) is the intercept, \(\beta_1\) is the slope, and \(\varepsilon\) is the error term.