Linear Regression is a statistical method that we can use to answer questions like:
- How does Y change when X changes?
- How can we predict Y based on X?
Simple Linear Regression usually includes a singular independent variable. In other words it often takes the form of:
\(y = mx+b\)
Alternatively,
\(y = \beta_0 + \beta_1x\)