Leave lesson

Statistics · Hypothesis testing

1 / 10

Critical regions and actual significance level

The critical-region method for a one-tailed test: the critical value is the boundary and the critical region is the set of outcomes that would lead to rejecting H0. How to find it (the smallest c with P(X ≥ c) ≤ α for an upper test, the largest c with P(X ≤ c) ≤ α for a lower test), why the discreteness of the binomial means the actual significance level is usually below the nominal α, and how to use the region to conclude.

Statistics · Hypothesis testing

Critical regions and actual significance level

The critical-region method for a one-tailed test: the critical value is the boundary and the critical region is the set of outcomes that would lead to rejecting H0. How to find it (the smallest c with P(X ≥ c) ≤ α for an upper test, the largest c with P(X ≤ c) ≤ α for a lower test), why the discreteness of the binomial means the actual significance level is usually below the nominal α, and how to use the region to conclude.

Why it works

Instead of computing a probability for each new observation, we can work out in advance which outcomes would cause us to reject H0H_0. That set is the critical region (CR), and its boundary value is the critical value. Then the test is just: is the observed value in the critical region?

Finding the critical value. Assume H0:p=p0H_0 : p = p_0, so XB(n,p0)X \sim B(n, p_0).
  • Upper test (H1:p>p0H_1 : p > p_0): the CR is XcX \ge c, where cc is the smallest
value with P(Xc)αP(X \ge c) \le \alpha.
  • Lower test (H1:p<p0H_1 : p < p_0): the CR is XcX \le c, where cc is the largest
value with P(Xc)αP(X \le c) \le \alpha.

You find cc by checking cumulative probabilities either side of the boundary — the chosen cc keeps the tail α\le \alpha, while the next value out would push it over.

The actual significance level. Because XX is discrete, the tail probability almost never equals α\alpha exactly. The actual significance level is the real probability of landing in the critical region when H0H_0 is true — P(Xc)P(X \ge c) for an upper test or P(Xc)P(X \le c) for a lower test. It is the genuine chance of a wrong rejection, and is usually a bit less than the nominal α\alpha (e.g. an actual 4.68%4.68\% for a "5%5\%" test).

Using the region. Reject H0H_0 if and only if the observed value falls inside the critical region. This gives exactly the same decision as the probability method — it is just organised differently, which is handy when several results are tested against the same p0p_0.