Microsoft Windows SharePoint Services
HomeBackForwardPrint

FDIST

FDIST

Returns the F probability distribution. You can use this function to determine whether two data sets have different degrees of diversity. For example, you can examine test scores given to men and women entering high school and determine if the variability in the females is different from that found in the males.

Syntax

FDIST(x,degrees_freedom1,degrees_freedom2)

X   is the value at which to evaluate the function.

Degrees_freedom1   is the numerator degrees of freedom.

Degrees_freedom2   is the denominator degrees of freedom.

Remarks

Example

XDegrees1Degrees2Formula Description (Result)
15.2067564=FDIST([X],[Degrees1],[Degrees2]) F probability distribution for the specified arguments (0.01)
©2003 Microsoft Corporation. All rights reserved.