F-distribution[1].
Syntax:
F.DIST( x:Number, degrees of freedom in the numerator:PositiveInteger, degrees of freedom in the denominator:PositiveInteger {, cumulative:Boolean} )
Returns the value of the cumulative distribution function (CDF) or the probability density function (PDF) for the F-distribution with given degrees of freedom in the numerator and degrees of freedom in the denominator at x.
cumulative: selects CDF (TRUE
, default) or PDF (FALSE
).
Revisions:
This function was added in Fireworkz 2.00.