Linear Regression is a statistical approach to calculating how changes in independent variable(s) influence changes in a dependent variable. In Linear Regression, the dependent variable must be a continuous variable, not a categorical one.
By understanding the relationship between independent and dependent variables, new observations of independent variables can be used to predict expected values in the dependent variable. These relationships are calculated by finding the line of best fit.
Line of Best Fit Equation
\(\hat{y}_i = b_0 + b_1\cdot x_i\)