194
Alphabetical Listing
V
varPop()
Catalog >
varPop(
List
[
,
freqList
]
)
⇒
expression
Returns the population variance of
List
.
Each
freqList
element counts the number
of consecutive occurrences of the
corresponding element in
List
.
Note:
List
must contain at least two
elements.
If an element in either list is empty (void),
that element is ignored, and the
corresponding element in the other list is
also ignored. For more information on
empty elements, see page 232.
varSamp()
Catalog >
varSamp(
List
[
,
freqList
]
)
⇒
expression
Returns the sample variance of
List
.
Each
freqList
element counts the number
of consecutive occurrences of the
corresponding element in
List
.
Note:
List
must contain at least two
elements.
If an element in either list is empty (void),
that element is ignored, and the
corresponding element in the other list is
also ignored. For more information on
empty elements, see page 232.
varSamp(
Matrix1
[
,
freqMatrix
]
)
⇒
matrix
Returns a row vector containing the sample
variance of each column in
Matrix1
.
Each
freqMatrix
element counts the
number of consecutive occurrences of the
corresponding element in
Matrix1
.
Summary of Contents for TI-Nspire CAS
Page 4: ...4 Service and Warranty Information 249 Index 251 ...
Page 248: ...248 ...
Page 250: ...250 ...