Linear regression is an important concept in the field of statistics and data analysis. The goal of linear regression is to accurately model the relationship between a dependent variable and an independent variable. This can be done with multiple independent variables, but we will be looking at cases of just one independent variable, which is called simple linear regression.
Given a scatter plot of the correct variables (one independent, one dependent), the goal is to form a line on the plot at which each point is as close to the line as possible. This gives an accurate model of how these variables interact with each other.