EXCEL F.DIST FUNCTION

The Excel F.DIST function computes the F Distribution’s Probability Density Function or Cumulative Distribution Function. This function is commonly used to compare the degree of diversity between two data sets. Because the function is new to Excel 2010, it is not available in previous versions of Excel.

Syntax :

=F.DIST( xdeg_freedom1deg_freedom2cumulative )

Parameters :

  • cumulative-a logical argument indicating the type of F Distribution to be calculated. This could be either:
    TRUE-Utilize the cumulative distribution function.
    True or false: Be using the probability density function.

X :

  • The (positive) numerical value at which the function should be evaluated.

Deg freedom1 :

  • An integer indicating the degrees of freedom in the numerator.

Deg freedom2 :

  • An integer that specifies the degrees of freedom in the denominator.

Cumulative :

  • A logical argument indicating the type of F Distribution to be calculated. This could be either:
  • TRUE – Utilize the cumulative distribution function.
  •  FALSE – Be using the probability density function.

Step By Step Guide of F.DIST Function

Example :

The probability density function for the F Distribution is depicted on the right, with the numerator degrees of freedom equal to 2 and the denominator degrees of freedom equal to 5.
If you want to calculate the value of this function at x = 1, you can use the F.Dist function in Excel, as seen below: =F.DISTANCE ( 1, 2, 5, FALSE ) This yields the value 0.308000822.

  • #NUM! – This error occurs if either the supplied value of x is 0 or the supplied deg freedom1 or deg freedom2 is 1.
  • #VALUE! – This error occurs if any of the supplied arguments is not a number.

Related Functions

HLOOKUP Function

HLOOKUP Function

Explore Now

VLOOKUP Function

VLOOKUP Function

Explore Now

INDEX Function

INDEX Function

Explore Now

MATCH Function

MATCH Function

Explore Now

DATE Function

DATE Function

Explore Now

IF Function

IF Function

Explore Now

OR Function

OR Function

Explore Now

AND Function

AND Function

Explore Now

RANK Function

RANK Function

Explore Now

SUMIF Function

SUMIF Function

Explore Now

XIRR Function

XIRR Function

Explore Now

WORKDAYS Function

WORKDAYS Function

Explore Now