Syntax
| Parameter | Description |
|---|---|
| x | Parameter of the F.DIST function. |
| deg_freedom1 | Parameter of the F.DIST function. |
| deg_freedom2 | Parameter of the F.DIST function. |
| cumulative | Parameter of the F.DIST function. |
Examples
Left-tail probability for ANOVA
=F.DIST(3.5, 3, 20, TRUE)
P-value for F-statistic
=1-F.DIST(4.2, 2, 15, TRUE)
PDF for visualization
=F.DIST(2, 5, 10, FALSE)
Common Errors
x must be non-negative, and both degrees of freedom must be at least 1.
Occurs when arguments are non-numeric.
Tips
F.DIST with cumulative=TRUE returns the left-tail probability. For the right-tail p-value used in ANOVA, use F.DIST.RT or =1 - F.DIST(x, df1, df2, TRUE).
df1 is the numerator (between-group) degrees of freedom and df2 is the denominator (within-group). The order matters — swapping them gives a different result.
The F-distribution only takes positive values and is right-skewed, especially with small df. At large df values, it becomes more symmetric.
Try F.DIST in Viztab
Import your data and use F.DIST with 370+ other formulas. No signup required.
Open Viztab