FDIST

FDIST survival function of the F distribution

Synopsis

FDIST(x,dof_of_num,dof_of_denom)

Arguments

x: number

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 x < 0 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

FDIST is the OpenFormula function LEGACY.FDIST.

See also

FINV.