Simple Linear Regression is a linear regression method to find a linear function to nearly project dependent variable values in a function of an independent variable.
The most common form is: \[ y = ax + b \]
And the general form is: \[ y_i = \alpha + \beta x_i + \varepsilon_i \]
With:
\(\alpha\) as the x-interception of the function
\(\beta\) as the slope of the function
and \(\varepsilon_i\) as the error term