What this answers
This calculator gives direct access to the F distribution, the distribution behind every ANOVA and variance-ratio test on this site. It answers "what fraction of this distribution falls at or below (or at or above) a specific F value?", useful for cross-checking a p-value or critical value by hand.
How it is calculated
The F distribution's cumulative distribution function is computed via its relationship to the regularized incomplete beta function, the same core routine this project's t distribution and every ANOVA engine rely on internally.
Worked example
For numerator df of 3, denominator df of 10, and F=3.708265 (a widely published critical value): the upper-tail probability comes out to almost exactly .05, confirming this is the standard alpha=.05 critical F value for that specific pair of degrees of freedom.
Assumption audit
Common mistakes
A common mistake is swapping numerator and denominator degrees of freedom; the F distribution's shape depends on which df goes where, and swapping them silently gives a completely different, incorrect result rather than an error. Another is entering a negative F value, which is impossible since F is always the ratio of two nonnegative variance estimates. A third is treating this calculator as a substitute for running an actual ANOVA on real data; use the One-Way ANOVA Calculator to compute both the F statistic and its p-value from your own groups together.
What this result does not mean
A small upper-tail probability here only means the entered F value would be rare under the assumed model at these two specific degrees of freedom; it does not by itself identify which groups or predictors are responsible, nor whether the difference is practically important, questions a full ANOVA or regression result addresses with additional context this raw lookup does not have.
Limitations
This is a raw distribution lookup tool; it does not compute an F statistic from your own data or verify that an F-based method's underlying assumptions actually hold.