Application Guide

FiveNumSummary
Catalog >
An empty (void) element in any of the lists
X, Freq, or Category results in a void for
the corresponding element of all those lists.
For more information on empty elements,
see page 236.
Output variable Description
stat.MinX Minimum of x values.
stat.Q
1
X 1st Quartile of x.
stat.MedianX Median of x.
stat.Q
3
X 3rd Quartile of x.
stat.MaxX Maximum of x values.
floor()
Catalog >
floor(Expr1) integer
Returns the greatest integer that is the
argument. This function is identical to int().
The argument can be a real or a complex
number.
floor(List1) list
floor(Matrix1) matrix
Returns a list or matrix of the floor of each
element.
Note: See also ceiling() and int().
fMax()
Catalog >
fMax(Expr, Var) Boolean expression
fMax(Expr, Var,lowBound)
fMax(Expr, Var,lowBound,upBound)
fMax(Expr, Var) |
lowBoundVarupBound
Returns a Boolean expression specifying
candidate values of Var that maximize
Expr or locate its least upper bound.
Alphabetical Listing 71