Application Guide

max()
Catalog >
Empty (void) elements are ignored. For
more information on empty elements, see
page 236.
Note: See also fMax() and min().
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 236.
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.
Alphabetical Listing 113