next up previous contents
Next: Computer Lab Up: Bivariate Data Previous: Residuals

Coefficient of Determination

A statistic that is widely used to determine how well a regression fits is the coefficient of determination (or multiple correlation coefficient), tex2html_wrap_inline3037 . tex2html_wrap_inline3037 represents the fraction of variability in y that can be explained by the variability in x. In other words, tex2html_wrap_inline3037 explains how much of the variability in the y's can be explained by the fact that they are related to x, i.e., how close the points are to the line. The equation for tex2html_wrap_inline3037 is

displaymath3053

where SSTotal is the total sums of squares of the data.

NOTE: In the simple linear regression case, tex2html_wrap_inline3037 is simply the square of the correlation coefficient.


Jan Lethen
Wed Nov 13 16:20:46 CST 1996