Application Guide

198 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 236.
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 236.
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.