72 Alphabetical Listing
FCdf()
Catalog >
number if lowBound and upBound are
numbers, list if lowBound and upBound are
lists
FCdf
(lowBound,upBound,dfNumer,dfDenom) ⇒
number if lowBound and upBound are
numbers, list if lowBound and upBound are
lists
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. Asummary of
results is stored in the stat.results variable.
(See page 172.)
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.