MIT 18.650 — Lecture 16
The Wald Test
Recall that a test has level if , where is the maximum possible probability of a Type I error (when is true yet ). Also recall that the standard error of an estimator is .
Theorem. (The Wald Test) Suppose is an asymptotically normal estimator of , and we seek a test with level . Note that this means . Then is our test statistic, and our test is defined by…
… if we seek the hypotheses and , then , where .
… if we seek the hypotheses and , then , where .
… if we seek the hypotheses and , then , where .
If you really wanted, you could also compute the power of each of the above tests.
Remark. How do we actually compute an estimate of the standard error?
If is , then we can use standard techniques: calculate the sample variance and estimate .
If is the MLE, then compute and declare that .
Otherwise, use bootstrapping: draw bootstrap samples, compute for each, and set .
The Z-test is the special case of the Wald test when the test statistic looks like and when is the true, known population standard deviation.