F Distribution (Not in Base Package)

Computes the one-sided probability, p, of the F-distributed random variable, F, with the specified n and m degrees of freedom.

where F is F-distributed, p is the probability, n specifies the first degree of freedom, m specifies the second degree of freedom, and x is the value.

x is the value of the f-distributed random variable.
n degrees of freedom must be greater than zero: n > 0. If n is less than or equal to zero, the VI sets x to NaN and returns an error.
m degrees of freedom must be greater than zero: m > 0. If m is less than or equal to zero, the VI sets x to NaN and returns an error.
probability must be greater than or equal to zero and less than or equal to one (0.0 <= p <= 1.0). If probability is out of range, the VI sets x to NaN and returns an error.
error returns any error or warning condition from the VI.