Inv F Distribution (Not in Base Package)

Computes the value of x such that the condition

is satisfied, given the probability value p of an F-distributed random variable, F, with n and m degrees of freedom.

probability must be greater than or equal to zero and less than or equal to one. If probability is out of range, the VI sets x to NaN and returns an error.
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.
x is the value of the F-distributed random variable.
error returns any error or warning condition from the VI.