User Manual - Page 95

For N3/TBL/1L1/J.

Loading ...
Loading ...
Loading ...
mean()
Catalog >
mean(List[, freqList]) expression
Returns the mean of the elements in List.
Each freqList element counts the number
of consecutive occurrences of the
corresponding element in List.
mean(Matrix1[, freqMatrix]) matrix
Returns a row vector of the means of all
the columns in Matrix1.
Each freqMatrix element counts the
number of consecutive occurrences of the
corresponding element in Matrix1.
Empty (void) elements are ignored. For
more information on empty elements, see
page 196.
In Rectangular vector format:
median()
Catalog >
median(List[, freqList]) expression
Returns the median of the elements in List.
Each freqList element counts the number
of consecutive occurrences of the
corresponding element in List.
median(Matrix1[, freqMatrix]) matrix
Returns a row vector containing the
medians of the columns in Matrix1.
Each freqMatrix element counts the
number of consecutive occurrences of the
corresponding element in Matrix1.
Notes:
All entries in the list or matrix must
simplify to numbers.
Empty (void) elements in the list or
matrix are ignored. For more information
on empty elements, see page 196.
Alphabetical Listing 91
Loading ...
Loading ...
Loading ...