882
Appendix A: Functions and Instructions
stdDev()
MATH/Statistics menu
stdDev(
list
[
, freqlist
])
⇒
⇒
⇒
⇒
expression
Returns the standard deviation of the elements in
list
.
Each
freqlist
element counts the number of
consecutive occurrences of the corresponding
element in
list
.
Note:
list
must have at least two elements.
stdDev({a,b,c})
¸
stdDev({1,2,5,
ë
6,3,
ë
2})
¸
stdDev({1.3,2.5,
L
6.4},{3,2,5})
¸
4.33345
stdDev(
matrix1
[, freqmatrix]
)
⇒
matrix
Returns a row vector of the standard deviations
of the columns in
matrix1
.
Each
freqmatrix
element counts the number of
consecutive occurrences of the corresponding
element in
matrix1
.
Note:
matrix1
must have at least two rows.
stdDev([1,2,5;-3,0,1;.5,.7,3])
¸
[2.179
...
1.014
...
2]
stdDev([
L
1.2,5.3;2.5,7.3;6,
L
4],[4,2;3
,3;1,7])
¸
[2.7005,5.44695]
stdDevPop()
MATH/Statistics menu
stdDevPop(
list
[
, freqlist
])
⇒
⇒
⇒
⇒
expression
Returns the population standard deviation of the
elements in
list
.
Each
freqlist
element counts the number of
consecutive occurrences of the corresponding
element in
list
.
Note:
list
must have at least two elements.
In Radian angle and auto modes:
stdDevPop({a,b,c})
¸
stdDevPop({1,2,5,
ë
6,3,
ë
2})
¸
stdDevPop({1.3,2.5,
L
6.4},{3,2,5})
¸
stdDevPop(
matrix1
[, freqmatrix]
)
⇒
matrix
Returns a row vector of the population standard
deviations of the columns in
matrix1
.
Each
freqmatrix
element counts the number of
consecutive occurrences of the corresponding
element in
matrix1
.
Note:
matrix1
must have at least two rows.
stdDevPop([[1,2,5][-3,0,1][.5,.7,3]])
¸
stdDevPop([
L
1.2,5.3;2.5,7.3;6,
L
4],[4,
2;3,3;1,7])
¸
Summary of Contents for TI-89 Voyage 200
Page 1: ...TI 89 Titanium Graphing Calculator...
Page 35: ...Getting Started 35 2 B u s i n e s s D B D B Press Result...
Page 44: ...Getting Started 44 3 0 D B D D Press Result...
Page 45: ...Getting Started 45 B D D 2 0 0 2 Press Result...
Page 46: ...Getting Started 46 D B Scroll down to October and press D 1 9 Press Result...
Page 60: ...Getting Started 60 Example Set split screen mode to TOP BOTTOM Press Result 3 B D...
Page 63: ...Getting Started 63 2 D B 4 Press Result...
Page 453: ...Differential Equation Graphing 453...
Page 468: ...Tables 468...
Page 539: ...Data Matrix Editor 539...