FDIST
Name
F distribution
Description
Calculates the F probability distribution, to see degrees of diversity between two sets of data.
Syntax
FDIST(value,degnum,degden)
Argument | Description |
---|---|
value | Value at which to evaluate the function |
degnum | Number of degrees of freedom for the numerator; if not an integer, the number is truncated |
degden | Number of degrees of freedom for the denominator; if not an integer, the number is truncated |
Data Type
Accepts numeric data for all arguments. Returns numeric data. For more information, see Data Type for Each Cell Type.
Example
FDIST(A1,2,2)
FDIST(R1C1,2,1)
FDIST(16.83975,5,3)=0.021