User Manual - Page 151

For N3/TBL/1L1/J.

Loading ...
Loading ...
Loading ...
stDevPop()
Catalog >
stDevPop(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.
Empty (void) elements are ignored. For
more information on empty elements, see
page 196.
In Radian angle and auto modes:
stDevPop(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:Matrix1must have at least two rows.
Empty (void) elements are ignored. For
more information on empty elements, see
page 196.
stDevSamp()
Catalog >
stDevSamp(List[, freqList]) expression
Returns the sample 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.
Empty (void) elements are ignored. For
more information on empty elements, see
page 196.
Alphabetical Listing 147
Loading ...
Loading ...
Loading ...