- Choose Z-score or T-score.Use Z when you know the population standard deviation or have a large sample (n > 30). Use T for small samples when population std dev is unknown.
- Enter your test statistic. This is the value you calculated from your hypothesis test.
- For T-score, enter degrees of freedom (usually sample size minus 1).
- Select the test type: two-tailed for testing if a parameter differs from a value in either direction, left-tailed if testing for less than, right-tailed for greater than.
- Read the p-value and whether the result is statistically significant at the 0.05 and 0.01 levels.
P-Value Calculator
Calculate p-value from Z-score or T-score for one-tailed and two-tailed hypothesis tests.
P-value
0.049996
CDF at 1.96: 0.975002
Test: two tailed
How to Use the P-Value Calculator
P-Value Formulas
P-value is the probability of observing a result at least as extreme
as your test statistic, assuming the null hypothesis is true.
Two-tailed: p = 2 × min(CDF(z), 1 - CDF(z))
Right-tailed: p = 1 - CDF(z)
Left-tailed: p = CDF(z)
Where CDF(z) = area to the left of z under the normal curve.
Common Z critical values:
α = 0.10 → |z| > 1.645
α = 0.05 → |z| > 1.960
α = 0.01 → |z| > 2.576
Example: z = 1.96, two-tailed test
CDF(1.96) ≈ 0.9750
p = 2 × min(0.9750, 1 - 0.9750)
= 2 × min(0.9750, 0.0250)
= 2 × 0.0250 = 0.05
Exactly at the boundary of significance at α = 0.05.Frequently Asked Questions
A p-value of 0.05 means there is a 5% chance of observing results as extreme as yours if the null hypothesis is true. By convention, p < 0.05 is considered statistically significant, meaning you would reject the null hypothesis. However, "significant" does not mean "important": a tiny, meaningless effect can be highly significant with a large sample, and a practically large effect may not be significant with a small sample.
Related Calculators
Z-Score Calculator
Calculate z-scores and find the corresponding percentile in a normal distribution.
Confidence Interval Calculator
Calculate confidence intervals at 90%, 95%, or 99% confidence level from sample mean, standard deviation, and size.
Standard Deviation Calculator
Calculate mean, median, mode, variance, and standard deviation for any set of numbers.
Sample Size Calculator
Calculate required sample size for surveys and experiments at any confidence level and margin of error.