Tom Kelliher, MA 114
Sept. 17, 2001
L1
and dependent data into
L2
.
L1
and L2
, create a least squares
model.
L2
.
We can compute predicted y values from the x values in L1
and
the linear model. The following calculator equation will compute the
residual values and store them in L3
:
L2 - (-4.69 * L1 + 33.12) STO L3Note carefully that the left-hand side of this line (before the
STO
)
is computing actual y - predicted y.
L3
.
Press STAT
and choose the CALC
menu. From the CALC
menu choose 1-Var Stats
. Your calculator display will now read
1-Var StatsWe want the 1-Var Stats for
L3
, the residual values, so press the
appropriate keys so that the display reads
1-Var Stats L3and press the
ENTER
key.
Several values will be computed and displayed. The standard deviation is
the value which is preceded by the symbol Sx
.