Least-Squares Criterion vs Least-Squares Regression Line
Both terms below come up in the same part of the course, and students mix them up. Here is each one defined on its own, side by side, so you can see where they part company.
Least-squares criterion
Regression and correlation
The least-squares criterion picks the line that makes the sum of the squared residuals as small as possible.
Out of every line you could draw through a scatterplot, the least-squares criterion keeps the one that minimizes , the total squared vertical miss, where is read y-hat. Squaring makes large misses count heavily and stops positive and negative residuals from cancelling, since the residuals of this line always add to 0. For example, if the least-squares line for three points leaves residuals 3, -1, and -2, it scores , and no other line scores lower on those three points. One consequence worth remembering: the least-squares line always passes through , the point of averages, read x-bar and y-bar.
Least-squares regression line
Regression and correlation
The least-squares regression line is the straight line through a scatterplot that makes the sum of the squared residuals as small as possible.
The least-squares regression line is the best-fit line for predicting the response from the explanatory variable, chosen to minimize the total squared vertical distance from the points. Its equation is , where (read y-hat) is the predicted response, is the y-intercept, and is the slope. For example, predicts a score of 75 when hours of study. The line always passes through the point of averages .