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
.
Содержание TI-Nspire CAS
Страница 4: ...4 Service and Warranty Information 249 Index 251 ...
Страница 248: ...248 ...
Страница 250: ...250 ...