P-value Calculator

Calculate the p-value for your statistical test. Supports z-test, t-test, chi-square test, and F-test. Choose the tail, enter the test statistic and degrees of freedom, and get the p-value plus a plain-language interpretation.

Full original guide (expanded)

P-value Calculator

Enter your test statistic, pick the distribution, and instantly see the p-value. Works for z, t, chi-square, and F.

1. Test input

For t: use df. For chi-square: df. For F: numerator df.

2. Calculate

3. Output

p-value

Test statistic

df / parameters

What is a p-value?

A p-value tells you how extreme your test statistic is under the null hypothesis. It does not tell you the probability that the null hypothesis is true. Very small p-values indicate your data would be rare if the null hypothesis were correct.

Common thresholds

  • p < 0.10 → weak evidence
  • p < 0.05 → standard level of significance
  • p < 0.01 → strong evidence against H₀

Formulas used

We use the CDF of the selected distribution:

p = 2 × min(F(x), 1 − F(x)) for two-tailed tests
p = 1 − F(x) for right-tailed tests
p = F(x) for left-tailed tests

where F(x) is the CDF of Normal(0,1), t(df), χ²(df), or F(df₁, df₂).


Audit: Complete
Formula (LaTeX) + variables + units
This section shows the formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[','\\]
','\
Formula (extracted text)
p = 2 × min(F(x), 1 − F(x)) for two-tailed tests p = 1 − F(x) for right-tailed tests p = F(x) for left-tailed tests
Variables and units
  • PMI = private mortgage insurance (monthly) (currency)
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
Formulas

(Formulas preserved from original page content, if present.)

Version 0.1.0-draft
Citations

Add authoritative sources relevant to this calculator (standards bodies, manuals, official docs).

Changelog
  • 0.1.0-draft — 2026-01-19: Initial draft (review required).