FINV Function

The FINV function is one of the statistical functions. It is used to return the inverse of the (right-tailed) F probability distribution. The F distribution can be used in an F-test that compares the degree of variability in two data sets.

Syntax

FINV(probability, deg_freedom1, deg_freedom2)

The FINV function has the following arguments:

ArgumentDescription
probabilityThe probability associated with the F cumulative distribution. A numeric value greater than 0 but less than 1.
deg_freedom1The numerator degrees of freedom, a numeric value greater than 1 and less than 10^10.
deg_freedom2The denominator degrees of freedom, a numeric value greater than 1 and less than 10^10.
Notes

How to apply the FINV function.

Examples

The figure below displays the result returned by the FINV function.

FINV Function

Host ONLYOFFICE Docs on your own server or use it in the cloud

Article with the tag:
Browse all tags