Ad Space — Top Banner

P-Value Formula and Interpretation

Understanding p-values in hypothesis testing.
How to calculate and interpret p-values for statistical significance.

The Concept

p-value = P(observing data at least this extreme | null hypothesis is true)

The p-value is the probability of getting results at least as extreme as the observed results, assuming the null hypothesis is true.

For a Z-Test

One-tailed (right): p = P(Z > z)
One-tailed (left): p = P(Z < z)
Two-tailed: p = 2 × P(Z > |z|)

Decision Rules

P-ValueCommon InterpretationDecision (at α = 0.05)
p < 0.001Very strong evidence against H₀Reject H₀
p < 0.01Strong evidence against H₀Reject H₀
p < 0.05Moderate evidence against H₀Reject H₀
p ≥ 0.05Weak evidence against H₀Fail to reject H₀
p > 0.10Little to no evidence against H₀Fail to reject H₀

Common Misconceptions

  • A p-value is NOT the probability that the null hypothesis is true
  • A p-value is NOT the probability your result is due to chance
  • p < 0.05 does not mean the result is practically important
  • p > 0.05 does not mean there is no effect — it means you lack evidence
  • A very small p-value with a tiny effect size may not be meaningful

Example

A z-test gives z = 2.15. What is the two-tailed p-value?

P(Z > 2.15) = 0.0158 (from z-table or calculator)

Two-tailed p = 2 × 0.0158 = 0.0316

Since 0.0316 < 0.05, this result is statistically significant at the 5% level.

We reject the null hypothesis.


Ad Space — Bottom Banner

Embed This Calculator

Copy the code below and paste it into your website or blog.
The calculator will work directly on your page.