User Manual

OneVar
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.
An empty element in any of the lists X1
through X20 results in a void for the
corresponding element of all those lists. For
more information on empty elements, see
page 196.
Output variable Description
stat.v Mean of x values
stat.Σx
Sum of x values
stat.Σx
2
Sum of x
2
values
stat.sx Sample standard deviation of x
stat.σx
Population standard deviation of x
stat.n Number of data points
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
stat.SSX Sum of squares of deviations from the mean of x
or
Catalog >
BooleanExpr1 or BooleanExpr2 returns
Boolean expression
BooleanList1 or BooleanList2 returns
Boolean list
BooleanMatrix1 or BooleanMatrix2
returns Boolean matrix
Returns true or false or a simplified form of
the original entry.
Returns true if either or both expressions
simplify to true. Returns false only if both
expressions evaluate to false.
Note: See xor.
Alphabetical Listing 107