Applies ToSharePoint Server 구독 버전 SharePoint Server 2019 SharePoint Server 2016 SharePoint Server 2013 SharePoint Server 2013 Enterprise Microsoft 365의 SharePoint SharePoint Foundation 2010 SharePoint Server 2010 Microsoft 365 Small Business의 SharePoint Windows SharePoint Services 3.0

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

  • If any argument is nonnumeric, FDIST returns the #VALUE! error value.

  • If x is negative, FDIST returns the #NUM! error value.

  • If degrees_freedom1 or degrees_freedom2 is not an integer, it is truncated.

  • If degrees_freedom1 < 1 or degrees_freedom1 ≥ 10^10, FDIST returns the #NUM! error value.

  • If degrees_freedom2 < 1 or degrees_freedom2 ≥ 10^10, FDIST returns the #NUM! error value.

  • FDIST is calculated as FDIST=P( F<x ), where F is a random variable that has an F distribution.

Example

X

Degrees_freedom1

Degrees_freedom2

Formula

Description (Result)

15.20675

6

4

=FDIST([X],[Degrees1],[Degrees2])

F probability distribution for the specified arguments (0.01)

도움이 더 필요하세요?

더 많은 옵션을 원하세요?

Explore subscription benefits, browse training courses, learn how to secure your device, and more.

Communities help you ask and answer questions, give feedback, and hear from experts with rich knowledge.