🧠MindStat

🧮 Statistics Calculators

Free lookup tables and live calculators for the normal (Z), t, chi-square, F, binomial, and Poisson distributions.

🔔 Normal Distribution Calculator — Z Table

The normal distribution is the single most important distribution in statistics, describing countless measurements and — via the Central Limit Theorem — sampling distributions in general.

Z-score
\[z = \frac{x - \mu}{\sigma}, \qquad \Phi(z) = P(Z \le z) = \int_{-\infty}^{z} \frac{1}{\sqrt{2\pi}} e^{-t^2/2}\, dt\]
🧮

Critical Z Values

Confidence / pOne-tailed zTwo-tailed z
90% (α = .1)1.2821.645
95% (α = .05)1.6451.960
97.5% (α = .025)1.9602.241
99% (α = .01)2.3262.576
99.5% (α = .005)2.5762.807
99.9% (α = .001)3.0903.291
Generated directly from the engine — never hand-typed.

FAQ

📐 t-Distribution Calculator — Critical t Table

Student's t-distribution is the correct reference distribution whenever a sample's standard deviation is estimated rather than known — the case for almost every real t-test.

t-statistic
\[t = \frac{\bar{x} - \mu_0}{s/\sqrt{n}}, \qquad df = n - 1\]
🧮

Critical t Values

dft.90 (α=.10)t.95 (α=.05)t.975 (α=.025)t.99 (α=.01)
13.0786.31412.70631.821
21.8862.9204.3036.965
31.6382.3533.1824.541
41.5332.1322.7763.747
51.4762.0152.5713.365
61.4401.9432.4473.143
71.4151.8952.3652.998
81.3971.8602.3062.896
91.3831.8332.2622.821
101.3721.8122.2282.764
121.3561.7822.1792.681
151.3411.7532.1312.602
201.3251.7252.0862.528
241.3181.7112.0642.492
301.3101.6972.0422.457
401.3031.6842.0212.423
601.2961.6712.0002.390
1201.2891.6581.9802.358
Generated directly from the engine — never hand-typed.

FAQ

📊 Chi-Square Calculator — Critical Value Table

The chi-square distribution arises as the sum of squared standard-normal variables — the natural reference distribution for the test of independence, goodness-of-fit, and variance confidence intervals.

Chi-square goodness-of-fit
\[\chi^2 = \sum_{i=1}^{k} \frac{(O_i - E_i)^2}{E_i}\]
🧮

Critical χ² Values

dfχ².90 (α=.10)χ².95 (α=.05)χ².975 (α=.025)χ².99 (α=.01)
12.7063.8415.0246.635
24.6055.9917.3789.210
36.2517.8159.34811.345
47.7799.48811.14313.277
59.23611.07012.83315.086
610.64512.59214.44916.812
712.01714.06716.01318.475
813.36215.50717.53520.090
914.68416.91919.02321.666
1015.98718.30720.48323.209
1522.30724.99627.48830.578
2028.41231.41034.17037.566
2534.38237.65240.64644.314
3040.25643.77346.97950.892
4051.80555.75859.34263.691
5063.16767.50571.42076.154
6074.39779.08283.29888.379
8096.578101.879106.629112.329
100118.498124.342129.561135.807
Generated directly from the engine — never hand-typed.

FAQ

📈 F-Distribution Calculator — Critical F Table

The F-distribution is the ratio of two independent chi-square variables — the reference distribution for the omnibus test in ANOVA and multiple regression.

One-way ANOVA F-ratio
\[F = \frac{MS_{between}}{MS_{within}} = \frac{SS_{between}/df_1}{SS_{within}/df_2}\]
🧮

Critical F Values (α = .05)

df1 \ df2510203060
16.6084.9654.3514.1714.001
25.7864.1033.4933.3163.150
35.4093.7083.0982.9222.758
45.1923.4782.8662.6902.525
55.0503.3262.7112.5342.368
64.9503.2172.5992.4212.254
84.8183.0722.4472.2662.097
104.7352.9782.3482.1651.993
124.6782.9132.2782.0921.917
154.6192.8452.2032.0151.836
204.5582.7742.1241.9321.748
Generated directly from the engine — never hand-typed.

FAQ

🎲 Binomial Distribution Calculator

The binomial distribution models the number of successes in n independent yes/no trials, each with the same probability p — fully specified by n and p, and discrete rather than continuous.

Binomial PMF
\[P(X = k) = \binom{n}{k} p^k (1-p)^{n-k}, \qquad k = 0, 1, \dots, n\]
🧮

FAQ

🔢 Poisson Distribution Calculator

The Poisson distribution models the count of independent events in a fixed interval given a known average rate λ, with the distinctive property that its variance always equals its mean.

Poisson PMF
\[P(X = k) = \frac{\lambda^k e^{-\lambda}}{k!}, \qquad k = 0, 1, 2, \dots\]
🧮

FAQ