Rejection Region Diagram Maker
Critical region settings
Result
Standard normal distribution — two-tailed, α = 0.050
Rejection Region Examples
Browse hypothesis testing visuals for reports, slides, and teaching materials
What Is a Rejection Region Diagram?
A rejection region diagram shows the sampling distribution under the null hypothesis, the significance level (α), and the critical value boundary where the null hypothesis would be rejected. The shaded red area represents values of the test statistic that are so extreme under H₀ that they lead to rejection. It is commonly used in statistics homework, research methods sections, lab reports, and classroom slides.
According to the NIST Engineering Statistics Handbook, the rejection region (also called the critical region) is defined by the critical value — the threshold beyond which the test statistic is considered statistically significant. The choice of tail direction depends entirely on the alternative hypothesis.
When Should You Use This Tool?
How to Read the Diagram
If the test statistic (the vertical red line) falls inside the red shaded region, reject H₀ at the selected alpha level. If it stays outside the shaded region, fail to reject H₀. The decision rule is fully visual — no table look-up needed. For two-tailed tests, alpha is split equally between the left and right tails, so each tail contains α/2 of the total probability.
Critical Value Reference Table
The most commonly used critical values for the standard normal distribution:
| α level | Two-tailed z* | Right-tailed z* | Left-tailed z* |
|---|---|---|---|
| α = 0.10 | ±1.645 | +1.282 | −1.282 |
| α = 0.05 | ±1.960 | +1.645 | −1.645 |
| α = 0.025 | ±2.241 | +1.960 | −1.960 |
| α = 0.01 | ±2.576 | +2.326 | −2.326 |
| α = 0.001 | ±3.291 | +3.090 | −3.090 |
Z-Test vs T-Test: Which Distribution to Use?
| Feature | Z-Test | T-Test |
|---|---|---|
| Population σ | Known | Unknown (estimated from sample) |
| Sample size | Large (n ≥ 30) | Any, but especially small (n < 30) |
| Distribution shape | Standard normal (fixed) | Student's t (depends on df) |
| Critical values | Fixed for given α and tail | Larger magnitude; approach z as df → ∞ |
| Common applications | Proportion tests, large survey samples | One-sample, two-sample, paired t-tests |
Related Topics
Sources & further reading:
- NIST Engineering Statistics Handbook — Critical Regions and P-Values
- Khan Academy — Significance Tests (One Sample)
- OpenStax Statistics — Chapter 9: Hypothesis Testing with One Sample
Frequently Asked Questions
Yes. Use the Left / Two / Right toggle buttons in the control panel. Left-tailed shades the left tail, right-tailed shades the right tail, and two-tailed shades both tails with α split equally (α/2 per tail). The critical values update automatically based on your choice.
Yes. Select "Z test (standard normal)" for a z-test or "t test (Student's t)" for a t-test. For t-tests, enter the degrees of freedom (df = n − 1 for one-sample tests, df = n₁ + n₂ − 2 for independent two-sample tests). The t critical values are computed using an accurate numerical approximation of the inverse t-CDF.
Yes. Enter your test statistic in the "Test statistic" field. A solid vertical red line will be drawn at that value on the distribution. The result panel will then show "Reject H₀" if the statistic falls in the rejection region, or "Fail to Reject H₀" if it falls outside. Leave the field blank to show only the critical region.
The dropdown includes the five most common significance levels: α = 0.10, 0.05, 0.025, 0.01, and 0.001. You can also select "Custom…" to enter any value between 0.0001 and 0.5. The most common choice in academic research is α = 0.05, which means a 5% chance of rejecting a true null hypothesis (Type I error rate).
Yes. Click "Download SVG" to save the diagram as a scalable vector graphic (SVG) file that can be opened in Illustrator, Inkscape, or any vector editor. SVG files are infinitely scalable and ideal for academic papers, slide decks, and lab reports. "Copy SVG" copies the SVG code to your clipboard for direct pasting into HTML or other applications.
Not exactly. A p-value calculator takes a test statistic and returns the probability of observing a result at least as extreme under H₀. This tool visualizes the critical region approach — it shows the threshold (critical value) and whether your test statistic falls inside it. Both approaches give the same decision, but the critical region method is more visual and easier to explain in presentations. The tool does show an approximate p-value alongside the diagram.