Simple Linear Regression is a tool in statistics that uses an independent variable (x) to predict a dependent variable (y) using a straight (linear) line.
This line is called the “best fit” line because it approximates the best (linear) fit to the data.
To find this best fit line, the least squares method is used. This method minimizes the difference between the line and the data.
Common examples include using an individuals height to predict weight, using a diamond’s carrat size to predict price, or using a vehicles weight to predict MPG’s.
Each of these examples relies on a correlation between the two variables. This will be explored further in the next slide containing the math of least squares.