BackThe Power of a Hypothesis Test and the Power Function
Study Guide - Smart Notes
Tailored notes based on your materials, expanded with key definitions, examples, and context.
The Power of a Hypothesis Test
Introduction to Hypothesis Testing Power
In hypothesis testing, it is important to evaluate how effective a test is at detecting false null hypotheses. The power of a test quantifies this effectiveness and helps compare different statistical tests.
Criteria for a Good Test: A good test should have a high probability of correctly rejecting a false null hypothesis.
Test Comparison: Tests can be compared based on their power functions.
Power Function: The power function describes the probability of rejecting the null hypothesis for different parameter values.
Type I Error (α): The probability of rejecting the null hypothesis when it is actually true. Type II Error (β): The probability of failing to reject the null hypothesis when it is false. Power: The probability of correctly rejecting the null hypothesis when it is false (i.e., 1 - β).
The Power Function
Definition and Properties
The power function of a hypothesis test is defined as the probability of rejecting the null hypothesis for each possible value of the parameter being tested. It is denoted as:
The power function depends on the true value of the parameter .
For values of consistent with , the power function should be low (ideally equal to the significance level ).
For values of consistent with , the power function should be high.
Ideal Power Function
The ideal power function is:
where is the set of parameter values under and is the set under .
Example: Binomial Test
Suppose is the number of successes in Bernoulli trials with probability . We test vs. . The test rejects if for some critical value .
The power function is:
Graphical Comparison
Power functions can be plotted for different tests to visually compare their effectiveness. The test with the higher power function for values of in is generally preferred.
Normal Approximation
For large , the binomial distribution can be approximated by the normal distribution. The power function becomes:
where is the cumulative distribution function of the standard normal distribution.
Tabular Comparison of Power Values
The following table shows example power values for different parameter values (inferred from context):
θ | 0.1 | 0.2 | 0.3 | 0.4 | 0.5 | 0.6 | 0.7 | 0.8 | 0.9 |
|---|---|---|---|---|---|---|---|---|---|
Power | 0.05 | 0.10 | 0.20 | 0.35 | 0.50 | 0.65 | 0.80 | 0.90 | 0.95 |
Additional info: Table values are illustrative and inferred for demonstration.
Remarks
Fixing a test to have a small significance level may reduce power, especially for small sample sizes.
The operating characteristic curve is another name for the power function, especially in quality control contexts.
Exercises
Given a coin with unknown probability , test vs. using tosses. The test rejects if at least 8 heads are observed. Compute the significance level and power of the test.
Use the Central Limit Theorem to approximate the power function for a test of vs. for a normal population with known variance, using a sample mean and a critical value .
For a test statistic , calculate the power function for different values of and .
Additional info: These exercises reinforce the calculation and interpretation of power functions in hypothesis testing.