Probability & Statistics Codexery

P-value

Probability of extreme results under the null hypothesis.

P-value

The p-value is a statistical concept used in null-hypothesis significance testing. It quantifies the probability of obtaining test results at least as extreme as the observed result, assuming the null hypothesis is true. Despite its widespread use in academic publications across many quantitative fields, the p-value is frequently misinterpreted and misused, a topic of ongoing discussion in mathematics and metascience.

field
Statistics
known_for
Quantifying statistical significance in null-hypothesis testing
associated_organization
American Statistical Association (ASA)
related_concept
Null hypothesis

Lore & Background

In null-hypothesis significance testing, the p-value is defined as the probability, under the null hypothesis, of obtaining a real-valued test statistic at least as extreme as the one observed. For a one-sided right-tail test, this is Pr(T ≥ t | H₀); for a left-tail test, Pr(T ≤ t | H₀); and for a two-sided test, often 2 min{Pr(T ≥ t | H₀), Pr(T ≤ t | H₀)}.

Reader's Guide

The p-value is a cornerstone of null-hypothesis testing, but its interpretation is fraught with common errors. The p-value is a random variable dependent on the chosen test statistic; smaller p-values are generally taken as stronger evidence against the null hypothesis, but they do not indicate the magnitude or practical relevance of an effect. The significance level α is set by the researcher before examining the data, not derived from it.

Did You Know?

More in Probability & Statistics 1-24

Elsewhere in the Probability & Statistics universe

Spotted an error? Know more?

This is a living reference — every entry is fact-audited, and reader corrections feed straight into our audit queue. Suggest an edit · See this site's audit record

Comments

Loading…
Open in the interactive codex →