Skip to main content

Probability Distribution Tables

NIST/SEMATECH Section 1.3.6.2-1.3.6.5 Probability Distribution Tables

These tables provide critical values for common probability distributions used in hypothesis testing and confidence interval construction. For interactive exploration, see the individual distribution pages.

Normal Distribution Critical Values

Upper-tail critical values z_alpha where P(Z > z_alpha) = alpha for the standard Normal Distribution.

alpha0.100.050.0250.010.0050.001
z_alpha1.2821.6451.9602.3262.5763.090

Common two-sided intervals: 90% uses z = 1.645, 95% uses z = 1.960, 99% uses z = 2.576.

Student’s t-Distribution Critical Values

Upper-tail critical values t_(alpha,df) for the t-Distribution. Used in Confidence Limits and Two-Sample t-Test.

dft_0.10t_0.05t_0.025t_0.01t_0.005
13.0786.31412.70631.82163.657
21.8862.9204.3036.9659.925
51.4762.0152.5713.3654.032
101.3721.8122.2282.7643.169
201.3251.7252.0862.5282.845
301.3101.6972.0422.4572.750
601.2961.6712.0002.3902.660
1201.2891.6581.9802.3582.617
inf1.2821.6451.9602.3262.576

As df increases, t-values converge to normal z-values (bottom row).

Chi-Square Distribution Critical Values

Upper-tail critical values chi2_(alpha,df) for the Chi-Square Distribution. Used in Chi-Square SD Test and Chi-Square GOF Test.

dfchi2_0.95chi2_0.90chi2_0.10chi2_0.05chi2_0.025chi2_0.01
10.0040.0162.7063.8415.0246.635
20.1030.2114.6055.9917.3789.210
51.1451.6109.23611.07012.83315.086
103.9404.86515.98718.30720.48323.209
2010.85112.44328.41231.41034.17037.566
3018.49320.59940.25643.77346.97950.892
5034.76437.68963.16767.50571.42076.154
10077.92982.358118.498124.342129.561135.807

Left-tail values (chi2_0.95, chi2_0.90) are used for lower confidence bounds on variance.

F-Distribution Critical Values

Upper-tail F_(0.05, df1, df2) for the F-Distribution. Used in F-Test and ANOVA.

df1 \ df2510203060120
16.6084.9654.3514.1714.0013.920
25.7864.1033.4933.3163.1503.072
55.0503.3262.7112.5342.3682.290
104.7352.9782.3482.1651.9931.910
204.5582.7742.1241.9321.7481.659
304.4962.7002.0391.8411.6491.554

For alpha = 0.01 critical values, consult exact tables as the ratio F_0.01/F_0.05 varies substantially across degrees of freedom.

Using These Tables

  • One-tailed test — compare test statistic directly to the table value at your chosen alpha
  • Two-tailed test — use alpha/2 column (e.g., for 5% two-tailed, use the 0.025 column)
  • Confidence intervals — use the appropriate percentile to construct bounds
  • For distributions not tabulated here, see Related Distributions for transformation relationships