Syntax
| Parameter | Description |
|---|---|
| x | Parameter of the FDIST function. |
| deg_freedom1 | Parameter of the FDIST function. |
| deg_freedom2 | Parameter of the FDIST function. |
Examples
ANOVA p-value
=FDIST(5.2, 3, 36)
Variance ratio test
=FDIST(2.5, 10, 10)
Non-significant F-test
=FDIST(1.2, 4, 25)
Common Errors
x must be non-negative and both degrees of freedom must be positive integers.
Occurs when arguments are non-numeric.
Tips
FDIST is the compatibility function. F.DIST.RT is the modern replacement returning the same right-tailed probability.
FDIST gives you the ANOVA p-value directly from the F-statistic. If FDIST(F, df1, df2) < 0.05, the group means are significantly different.
The first df is the numerator (number of groups - 1) and the second is the denominator (total observations - number of groups). Reversing them gives wrong results.
Try FDIST in Viztab
Import your data and use FDIST with 370+ other formulas. No signup required.
Open Viztab