Scenario
Given a plot of multiple defined points, we can use a line of best fit to predict theoretical y-values for each x-value.
Required Assumptions
Before using linear regression, 2 facts must be made certain in the sample. The independence of errors is the idea that the error of one point cannot be dependent on another point. The second is that the errors should be centered around 0 as a general bell shape, what is generally called normal distribution.
For every point:
\[ y_i = \beta_0 + \beta_1 x_i + \varepsilon_i \]