10.9 Formula List

SSxx=Σx21n(Σx)2  SSxy=Σxy1n(Σx)(Σy)  SSyy=Σy21n(Σy)2

Correlation coefficient:

r=SSxySSxx·SSyy

Least squares regression equation (equation of the least squares regression line):

ˆy=ˆβ1x+ˆβ0 whereˆβ1=SSxySSxx andˆβ0=ˉyˆβ1ˉx

Sum of the squared errors for the least squares regression line:

SSE=SSyyˆβ1SSxy.

Sample standard deviation of errors:

sε=SSEn2

100(1α)% confidence interval for β1:

ˆβ1±tα2sεSSxx(df=n2)

Standardized test statistic for hypothesis tests concerning β1:

T=ˆβ1B0sεSSxx(df=n2)

Coefficient of determination:

r2=SSyySSESSyy=SS2xySSxxSSyy=ˆβ1SSxySSyy

100(1α)% confidence interval for the mean value of y at x=xp:

ˆyp±tα2sε1n+(xpˉx)2SSxx(df=n2)

100(1α)% prediction interval for an individual new value of y at x=xp:

ˆyp±tα2sε1+1n+(xpˉx)2SSxx(df=n2)