F.DIST

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.

  1. Weisstein, Eric W. "F-Distribution." From MathWorld--A Wolfram Web Resource. https://mathworld.wolfram.com/F-Distribution.html