F-Distribution Calculator
Reviewed by CalcMulti Editorial Team·Last updated: ·← Statistics Hub
The F-distribution arises as the ratio of two chi-square distributions divided by their degrees of freedom. It is used in ANOVA (testing equality of means), Levene's test (equality of variances), and regression analysis (overall model significance).
Enter the numerator degrees of freedom (d1), denominator degrees of freedom (d2), and F-statistic to get the upper-tail p-value P(F > x). The calculator also shows critical values for common significance levels.
Formula
F = (χ₁²/d1) / (χ₂²/d2) where χ₁², χ₂² are independent chi-square variables
- d1
- numerator degrees of freedom (e.g., k−1 in one-way ANOVA)
- d2
- denominator degrees of freedom (e.g., N−k in one-way ANOVA)
- F
- observed F-statistic = (between-group variance) / (within-group variance)
- p-value
- P(F(d1,d2) > observed F) — upper tail probability
Parameters
e.g. k−1 in ANOVA
e.g. N−k in ANOVA
Compute p-value P(F > x)
ANOVA F-Test Degrees of Freedom Reference
| Test | d1 (numerator) | d2 (denominator) | Formula |
|---|---|---|---|
| One-way ANOVA | k − 1 | N − k | k = groups, N = total obs |
| Two-way ANOVA (factor A) | a − 1 | N − ab | a = levels of A |
| Regression (overall) | p | N − p − 1 | p = predictors |
| Equality of 2 variances | n₁ − 1 | n₂ − 1 | Test: F = s₁²/s₂² |
| Levene's test | k − 1 | N − k | Same as ANOVA |
Related Calculators
One-way ANOVA — computes F-statistic
Chi-Square CalculatorChi-square test of independence
Kruskal-Wallis CalculatorNon-parametric alternative to ANOVA
T-Test CalculatorTwo-group comparison (F(1,df) = t²)
Linear Regression CalculatorRegression F-test for model significance
Statistics HubAll statistics calculators
Disclaimer
For educational and exploratory use only. The F-distribution assumes normally distributed populations with equal variances.