The sum of squared prediction errors is referred to as the sum of squares error, SSE=Σ(y−ˆy)2. The standard error of the estimate, s=√SSEn−2, is an indicator of the precision of the estimates derived from the regression equation because it provides a measure of the typical residual or prediction error.
The total variability in the y variable is measured by the total sum of squares, SST=Σ(y−ˉy)2, and may be divided into the sum of squares regression, SSR=Σ(ˆy−ˉy)2, and the sum of squares error, SSE=Σ(y−ˆy)2. SSR measures the amount of improvement in the accuracy of estimates when using the regression equation compared with ignoring the x information.
The coefficient of determination, r2=SSR/SST, measures the goodness of fit of the regression equation as an approximation of the relationship between x and y. Finally, the correlation coefficient r may be expressed as r=±√r2, taking the positive or negative sign of the slope b1.