Application Guide
70 Alphabetical Listing
FCdf()
Catalog >
Computes the F distribution probability
between lowBound and upBound for the
specified dfNumer (degrees of freedom) and
dfDenom.
For P(X ≤ upBound), set lowBound = 0.
Fill
Catalog >
Fill Expr, matrixVar ⇒ matrix
Replaces each element in variable
matrixVar with Expr.
matrixVar must already exist.
Fill Expr, listVar ⇒ list
Replaces each element in variable listVar
with Expr.
listVar must already exist.
FiveNumSummary
Catalog >
FiveNumSummary X[,[Freq]
[,Category,Include]]
Provides an abbreviated version of the 1-
variable statistics on list X. Asummary of
results is stored in the stat.results variable.
(See page 177.)
X represents a list containing the data.
Freq is an optional list of frequency values.
Each element in Freq specifies the
frequency of occurrence for each
corresponding X and Y data point. The
default value is 1.
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.