Simple linear regression is a model that focuses on finding a linear relationship between an independent and possible dependent variable.
There are two popular formulas for simple linear regression.
\[y = \beta_0 + \beta_1 + \epsilon\] \[\hat{y} = a + bx\]
We will be focusing on the first formula.