TheoremComplete

Likelihood Ratio Tests

The generalized likelihood ratio test (GLRT) extends the Neyman-Pearson approach to composite hypotheses, providing a universal testing methodology with well-understood asymptotic behavior.


The Generalized Likelihood Ratio

Definition

For testing H0:θΘ0H_0: \theta \in \Theta_0 against H1:θΘ1=ΘΘ0H_1: \theta \in \Theta_1 = \Theta \setminus \Theta_0, the generalized likelihood ratio statistic is Λ=supθΘ0L(θ;x)supθΘL(θ;x)=L(θ^0;x)L(θ^;x)\Lambda = \frac{\sup_{\theta \in \Theta_0} L(\theta; \mathbf{x})}{\sup_{\theta \in \Theta} L(\theta; \mathbf{x})} = \frac{L(\hat{\theta}_0; \mathbf{x})}{L(\hat{\theta}; \mathbf{x})} where θ^0\hat{\theta}_0 is the MLE under H0H_0 and θ^\hat{\theta} is the unrestricted MLE. Note 0Λ10 \leq \Lambda \leq 1, with small values suggesting H0H_0 is implausible.


Wilks' Theorem

Theorem9.6Wilks' Theorem

Under H0H_0 and regularity conditions, the statistic 2logΛ-2\log\Lambda converges in distribution to a chi-squared distribution: 2logΛdχr2as n-2\log\Lambda \xrightarrow{d} \chi^2_r \quad \text{as } n \to \infty where r=dim(Θ)dim(Θ0)r = \dim(\Theta) - \dim(\Theta_0) is the number of constraints imposed by H0H_0. The GLRT at asymptotic level α\alpha rejects when 2logΛ>χr,α2-2\log\Lambda > \chi^2_{r, \alpha}.

ExampleTesting normality parameters

For XiN(μ,σ2)X_i \sim N(\mu, \sigma^2), test H0:μ=μ0H_0: \mu = \mu_0 (with σ2\sigma^2 unknown):

  • Θ={(μ,σ2):μR,σ2>0}\Theta = \{(\mu, \sigma^2) : \mu \in \mathbb{R}, \sigma^2 > 0\} has dimension 22
  • Θ0={(μ0,σ2):σ2>0}\Theta_0 = \{(\mu_0, \sigma^2) : \sigma^2 > 0\} has dimension 11
  • So r=1r = 1 and 2logΛχ12-2\log\Lambda \sim \chi^2_1 under H0H_0

Computing: 2logΛ=nlog(1+T2n1)-2\log\Lambda = n\log\left(1 + \frac{T^2}{n-1}\right) where T=Xˉμ0S/nT = \frac{\bar{X}-\mu_0}{S/\sqrt{n}}. For large nn, this is approximately T2χ12T^2 \sim \chi^2_1, recovering the tt-test.


Applications

ExampleANOVA as a likelihood ratio test

One-way ANOVA tests H0:μ1=μ2==μkH_0: \mu_1 = \mu_2 = \cdots = \mu_k for kk groups. The GLRT statistic can be shown to be a monotone function of the FF-statistic F=MSbetweenMSwithinF = \frac{\text{MS}_{\text{between}}}{\text{MS}_{\text{within}}}, with 2logΛdχk12-2\log\Lambda \xrightarrow{d} \chi^2_{k-1}.

RemarkModel selection

Likelihood ratio tests extend naturally to model comparison. The Akaike Information Criterion (AIC =2(θ^)+2p= -2\ell(\hat{\theta}) + 2p) and Bayesian Information Criterion (BIC =2(θ^)+plogn= -2\ell(\hat{\theta}) + p\log n) penalize the log-likelihood by model complexity, providing automatic model selection criteria derived from likelihood principles.