Returns the inverse of the F-distribution[1].
Syntax:
F.INV( probability:Number, degrees of freedom in the numerator:PositiveInteger, degrees of freedom in the denominator:PositiveInteger )
For the given probability in [0,1], returns the corresponding x-value which yields that probability for the F-distribution with given degrees of freedom in the numerator and degrees of freedom in the denominator.
Revisions:
This function was added in Fireworkz 2.00.