FiveNumSummary
Catalog >
Category is a list of numeric category codes
for the corresponding X data.
Include is a list of one or more of the
category codes. Only those data items
whose category code is included in this list
are included in the calculation.
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 232.
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)
Alphabetical Listing 73