FINV

FINV inverse of the survival function of the F distribution

Synopsis

FINV(p,dof_of_num,dof_of_denom)

Arguments

p: probability

dof_of_num: numerator degrees of freedom

dof_of_denom: denominator degrees of freedom

Description

The survival function is 1 minus the cumulative distribution function.

Note

If p < 0 or p > 1 this function returns a #NUM! error. If dof_of_num < 1 or dof_of_denom < 1 this function returns a #NUM! error.

Microsoft Excel Compatibility

This function is Excel compatible.

OpenDocument Format (ODF) Compatibility

FINV is the OpenFormula function LEGACY.FINV.

See also

FDIST.