Wald Test

Table of contents
  1. Hypothesis
  2. Distribution / Test Statistic
  3. Asymptotic Test

Hypothesis

Let θ be the parameter of interest.

The null hypothesis is:

H0:θ=θ0

The alternative hypothesis is:

H1:θθ0


Distribution / Test Statistic

Let θ^ be the MLE of θ.

Using the fact that MLE is asymptomatically normal, and assuming that the null hypothesis is true,

θ^θ0se^(θ^)N(0,1)

The Wald statistic is:

W=θ^θ0se^(θ^)

And at the significance level α, we reject the null hypothesis if:

|W|>zα/2


Asymptotic Test

Wald test is an asymptotic test, meaning that it is valid for large sample sizes.

When the sample size is small, consider using other tests like the t-test.