MathematicsStatisticsMedium

p-value

Also known as:Probability valueObserved significance levelAttained significance level

The p-value is the probability of obtaining a test statistic at least as extreme as the one observed, assuming the null hypothesis is true. A small p-value (typically p < 0.05) indicates that the observed data would be unlikely under H₀, providing evidence to reject it; it does not measure the probability that the null hypothesis is true. Correct interpretation of p-values is essential to avoid common statistical fallacies in research and data analysis.

Key Formula

p = P(T ≥ t_obs | H₀)

LaTeX: p = P(T \geq t_{\text{obs}} \mid H_0)

SymbolMeaningUnit
TTest statistic (random variable)dimensionless
t_{obs}Observed value of the test statisticdimensionless
H_0Null hypothesisN/A

Worked Example

Problem

A Z-test yields Z = 2.30 for a one-tailed test (H₁: μ > μ₀). What is the p-value and what conclusion is drawn at α = 0.05?

Solution

Step 1: p = P(Z ≥ 2.30) for the standard normal distribution. Step 2: From Z-tables, P(Z < 2.30) = 0.9893. Step 3: p = 1 − 0.9893 = 0.0107. Step 4: Since p = 0.0107 < α = 0.05, reject H₀.

Answer

p = 0.0107; reject H₀ — statistically significant result at the 5% level

Common p-value Thresholds and Their Interpretations

p-value RangeEvidence Against H₀Typical DecisionCommon Usage
p > 0.10Little to noneFail to reject H₀Social sciences
0.05 < p ≤ 0.10MarginalBorderline, context-dependentExploratory research
0.01 < p ≤ 0.05ModerateReject H₀Standard threshold
0.001 < p ≤ 0.01StrongReject H₀Medical research
p ≤ 0.001Very strongReject H₀Physics, large studies

Interactive Tools

Desmos — p-value Visualiser

Plot normal/t distributions and shade tail areas corresponding to p-values

Open Tool

Khan Academy — p-values

Clear video introduction to p-values and significance tests

Open Tool

Wolfram Alpha

Compute exact p-values for any test statistic and distribution

Open Tool
Shaded tail area of a normal distribution curve illustrating a p-value

Wikimedia Commons, CC BY-SA

Related Terms

The term "p-value" (probability value) was introduced by Ronald Fisher in his 1925 book "Statistical Methods for Research Workers". Fisher intended it as an informal measure of evidence, not the formal decision rule it later became through Neyman–Pearson theory.

statisticsprobabilityinferencesignificancehypothesis-testing