Convert F-statistics to p-values for ANOVA, regression, and variance ratio tests. Supports one‑tailed and two‑tailed tests with interactive F‑distribution visualization.
The F‑distribution is a continuous probability distribution that arises frequently in analysis of variance (ANOVA), regression analysis, and tests for equality of variances. It is defined by two parameters: numerator degrees of freedom (df1) and denominator degrees of freedom (df2).
Mathematical Definition:
For an F‑statistic F with df1 and df2, the p‑value depends on the alternative hypothesis:
Note: The F‑distribution is non‑negative and right‑skewed.
| df1\df2 | 10 | 20 | 30 | ∞ |
|---|---|---|---|---|
| 1 | 4.96 | 4.35 | 4.17 | 3.84 |
| 2 | 4.10 | 3.49 | 3.32 | 3.00 |
| 3 | 3.71 | 3.10 | 2.92 | 2.60 |
| 5 | 3.33 | 2.71 | 2.53 | 2.21 |
Small p‑value (typically ≤ 0.05): Strong evidence against the null hypothesis. The result is statistically significant.
Large p‑value (> 0.05): Weak evidence against the null; fail to reject the null hypothesis.
Right‑tailed is default: In ANOVA and regression, the F‑test is almost always right‑tailed because we test if explained variance is significantly greater than unexplained variance.
Calculator features: