Function Reference: finv

statistics: x = finv (p, df1, df2)

Inverse of the F cumulative distribution function (iCDF).

For each element of p, compute the quantile (the inverse of the CDF) at p of the F distribution with df1 and df2 degrees of freedom. The size of x is the common size of p, df1, and df2. A scalar input functions as a constant matrix of the same size as the other inputs.

See also: fcdf, fpdf, frnd, fstat

Source Code: finv