TI-83 Plus
Statistics
359
LinReg (ax+b)
LinReg(ax+b)
(linear regression) fits the model equation y=ax+b to the data
using a least-squares fit. It displays values for
a
(slope) and
b
(y-intercept);
when
DiagnosticOn
is set, it also displays values for
r
2
and
r
.
LinReg(ax+b)
[
Xlistname
,
Ylistname
,
freqlist
,
regequ
]
QuadReg (ax
2
+bx+c)
QuadReg
(quadratic regression) fits the second-degree polynomial
y=ax
2
+bx+c to the data. It displays values for
a
,
b
, and
c
; when
DiagnosticOn
is set, it also displays a value for
R
2
. For three data points,
the equation is a polynomial fit; for four or more, it is a polynomial
regression. At least three data points are required.
QuadReg
[
Xlistname
,
Ylistname
,
freqlist
,
regequ
]
CubicReg—(ax
3
+bx
2
+cx+d)
CubicReg
(cubic regression) fits the third-degree polynomial
y=ax
3
+bx
2
+cx+d to the data. It displays values for
a
,
b
,
c
, and
d
; when
DiagnosticOn
is set, it also displays a value for
R
2
. For four points, the
equation is a polynomial fit; for five or more, it is a polynomial regression.
At least four points are required.
Содержание 83PL/CLM/1L1/V - 83 Plus Calc
Страница 228: ...TI 83 Plus Draw Instructions 225 DrawInv expression Note You cannot use a list in expression to draw a family of curves...
Страница 293: ...TI 83 Plus Lists 290 Using Lists in Graphing You can use lists to graph a family of curves Chapter 3...
Страница 407: ...TI 83 Plus Inferential Statistics and Distributions 404 Input Calculated results Drawn results...
Страница 412: ...TI 83 Plus Inferential Statistics and Distributions 409 Data Stats Input Calculated results...
Страница 446: ...TI 83 Plus Applications 443 3 Press to place the cursor on the prompt 4 Press to solve for the annual interest rate...
Страница 454: ...TI 83 Plus Applications 451 tvm_FV tvm_FV computes the future value tvm_FV PV PMT P Y C Y...