Critical Value Calculator
A critical value is the boundary of the rejection region in a hypothesis test: if the test statistic crosses it, the null hypothesis is rejected. The value itself comes from the inverse cumulative distribution function (the quantile function) of the chosen distribution; the significance level α sets the probability left in the tail, and the direction of the hypothesis decides whether that probability sits in a single tail or is split between two.
This calculator produces critical values for the four core test distributions without any need for a printed table: z for tests on means and proportions, t for the case where the population standard deviation is unknown, χ² for goodness-of-fit and independence tests, and F for variance ratios and ANOVA. Alongside the critical value you get the rejection rule, the non-rejection region, a verification of the tail area, a table of common α levels, and a density plot with the rejection region shaded.
Critical Value Formulas
Two-tailed (symmetric): ±z₁₋α/₂ · ±t₁₋α/₂(df) Right tail: z₁₋α · t₁₋α(df) · χ²₁₋α(df) · F₁₋α(df₁, df₂) Left tail: zα · tα(df) · χ²α(df) · Fα(df₁, df₂) Two-tailed (χ², F): lower = quantile(α/2) · upper = quantile(1 − α/2) Definition: P(X > critical) = α (for the right tail) F reciprocity: Fα(df₁, df₂) = 1 / F₁₋α(df₂, df₁) Rejection rule: |statistic| > critical → H₀ is rejected
Critical values are computed from the inverse cumulative distribution function (the quantile function) and agree with the rounded entries of printed tables to three decimal places. Here α is the probability of a Type I error: rejecting an H₀ that is in fact true.
How to Calculate
- Choose the distribution your test is based on: z or t for means and proportions, χ² for goodness of fit and independence, F for variance ratios and ANOVA.
- Set the significance level (α); 0.05 is the common choice in the social sciences.
- Choose the hypothesis direction: a two-tailed test splits α between the two tails, a one-tailed test leaves all of it in a single tail.
- Enter the degrees of freedom the distribution requires (a single value for t and χ², separate numerator and denominator values for F).
- Read the critical value and the rejection rule, then compare your test statistic with that boundary to reach a decision.
- Use the shaded density plot to see where the rejection region lies, and the table to compare values at other α levels.
Worked Examples
Critical value for a two-tailed t test
For df = 24 and α = 0.05 the two-tailed critical t value is ±2.0639, leaving an area of 0.025 in each tail. H₀ is rejected when |t| > 2.0639. The z equivalent for the same probability is 1.9600, so the t value is 0.1039 larger because of small-sample uncertainty.
Critical t value: ±2.0639 · Rejection rule: |t| > 2.0639 · Non-rejection (acceptance) region: [−2.0639; 2.0639]
Chi-square goodness of fit (right tail)
For df = 5 and α = 0.05 the right-tail critical value is χ² = 11.0705. If the computed chi-square statistic exceeds this boundary, the gap between observed and expected frequencies counts as statistically significant. The non-rejection region is [0 , 11.0705].
Critical χ² value: 11.0705 · Rejection rule: χ² > 11.0705 · Non-rejection (acceptance) region: (0; 11.0705]
F critical value for ANOVA
In an ANOVA with four groups and 24 observations in total, df₁ = 3 and df₂ = 20; at α = 0.05 the critical F value is 3.0984. If the F statistic exceeds this value, at least one group mean differs from the others. The non-rejection region is [0 , 3.0984].
Critical F value: 3.0984 · Rejection rule: F > 3.0984 · Non-rejection (acceptance) region: (0; 3.0984]