Compute statistical significance and visualize rejection regions on the distribution
The p-value is the probability of obtaining a test statistic as extreme as the one observed — or more extreme — assuming the null hypothesis is true. A small p-value means the data are unlikely under H₀, giving you reason to reject it.
The most common threshold is α = 0.05: if p < 0.05, the result is called statistically significant at the 95% confidence level. Stricter fields use α = 0.01 or even 0.001. The p-value does not tell you the probability that H₀ is true — it only measures how surprising the data are under that assumption.
This calculator supports z-tests, t-tests, chi-square tests, and F-tests. Enter your test statistic and degrees of freedom (if needed) and the AI will compute the p-value, shade the rejection region on the distribution curve, and explain whether to reject H₀.