Many of these approximations were quite useful when computers did not exist, but now that taking a log is really no more vexing than multiplying two numbers, other approximations may be more useful, especially in special cases were the approximations are suspect.
A statistical model is often a parametrized family of probability density functions or probability mass functions fθ(x). A null hypothesis is often stated by saying the parameter θ is in a specified subset Θ0 of the parameter space Θ. The likelihood function is L(θ) = L(θ| x) = fθ(x) = a function of the parameter θ with x held fixed at the value that was actually observed, i.e., the data. The likelihood ratio is
If the null hypothesis is true, then -2 log Λ will be asymptotically χ2 distributed with degrees of freedom equal to the difference in dimensionality of Θ and Θ0.
For instance, in the case of Pearson's test, we might try to compare two coins to determine whether they have the same probability of coming up heads. Our observation can be put into a contingency table with rows corresponding to the coin and columns corresponding to heads or tails. The elements of the contingency table will be the number of times the coin for that row came up heads or tails. The contents of this table are our observation X.
Heads | Tails | |
Coin 1 | k1H | k1T |
Coin 2 | k2H | k2T |
The hypothesis and null hypothesis can be rewritten slightly so that they satisfy the constraints for the log-likelihood ratio to have the desired nice distribution. Since the constraint causes the two-dimensional H to be reduced to the one-dimensional H0, the asymptotic distribution for the test will be χ2(1), the χ2 distribution with one degree of freedom.
For the general contingency table, we can write the log-likelihood ratio statistic as
See also :