The likelihood ratio, often denoted by (the capital Greek letter lambda), is the ratio of the maximum probability of a result under two different hypotheses. A likelihood-ratio test is a statistical test for making a decision between two hypotheses based on the value of this ratio.
Simple versus simple hypotheses
A statistical model is often a parametrized family of probability density functions or probability mass functions . A simple-vs-simple hypotheses test hypothesises single values of under both the null and alternative hypotheses:
begin{align}
H_0 &:& theta=theta_0
H_A &:& theta=theta_A
end{align}
Note that under either hypothesis, the distribution of the data is fully specified; there are no unknown parameters to estimate. The likelihood ratio test statistic is (Page 92):
Lambda = frac{ f(x; theta_A) }{ f(x; theta_0) },
(some references may use the reciprocal as the definition). The likelihood ratio test rejects the null hypothesis
if the ratio exceeds a critical value
c. That is, the decision rule has the form:
If reject .
If accept (or don't reject) .
The critical value c is usually chosen to obtain a specified significance level , through the relation:
(if x is discrete, some randomization on the boundary may be needed). The Neyman-Pearson lemma states that this likelihood ratio test is the most powerful among all level- tests for this problem.
Definition (maximum likelihood ratio test for composite hypotheses)
A null hypothesis is often stated by saying the parameter
is in a specified subset
of the parameter space
. The
likelihood function is
is a function of the parameter
with
held fixed at the value that was actually observed,
i.e., the data. The
likelihood ratio is
Many common test statistics such as the Z-test, the F-test, Pearson's chi-square test and the G-test can be phrased as log-likelihood ratios or approximations thereof.
Interpretation
Being a function of the data , the LR is therefore a statistic. The likelihood-ratio test rejects the null hypothesis if the value of this statistic is too small. How small is too small depends on the significance level of the test, i.e., on what probability of Type I error is considered tolerable ("Type I" errors consist of the rejection of a null hypothesis that is true).
The numerator corresponds to the maximum probability of an observed result under the null hypothesis. The denominator corresponds to the maximum probability of an observed result under the alternative hypothesis. Under certain regularity conditions, the numerator of this ratio is less than the denominator. The likelihood ratio under those conditions is between 0 and 1. Lower values of the likelihood ratio mean that the observed result was less likely to occur under the null hypothesis. Higher values mean that the observed result was more likely to occur under the null hypothesis.
Approximation
If the distribution of the likelihood ratio corresponding to a particular null and alternative hypothesis can be explicitly determined then it can directly be used to form decision regions (to accept/reject the null hypothesis). In most cases, however, the exact distribution of the likelihood ratio corresponding to specific hypotheses is very difficult to determine. A convenient result, though, says that as the sample size
approaches
, the test statistic
will be asymptotically
distributed with
degrees of freedom equal to the difference in dimensionality of
and
. This means that for a great variety of hypotheses, a practitioner can take the likelihood ratio
, algebraically manipulate
into
, compare the value of
given a particular result to the chi squared value corresponding to a desired statistical significance, and create a reasonable decision based on that comparison.
Examples
Medical
One example of a likelihood ratio would be the likelihood that a given test result would be expected in a patient with a certain disorder compared to the likelihood that same result would occur in a patient without the target disorder.
As another example, one can imagine that one is trying to figure out whether one is in line for tickets to a football game or to the opera (assuming that one cannot ask people which line one is in, that one does not see any signs, etcetera). The only thing that one is allowed to do is ask other people in line whether or not they like football. One estimates that 90% of people in the line for a football game like football, while 10% of people in the line for the opera like football. Then the likelihood ratio is computed as:
(Probability of liking football given that someone is in line for football game)/(Probability of liking football given that someone's in line for the opera) = .9/.1 = 9
The larger one's likelihood ratio, the higher the chance that one will be able to correctly infer whether one is at the football game or at the opera given the people's responses. In other words, if one's LR is large, one can be more confident in one's decision as to whether one in line for football tickets or not given that one only asked a limited number of people whether or not they liked football. For an infinite likelihood ratio, one would be 100% sure that one is in line for the football game after only asking one person, who said "yes."
Coin tossing
An example, 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
.
|
| Heads |
| Tails |
| Coin 1 |
|
|
| Coin 2 |
|
|
Here
consists of the parameters
,
,
, and
, which are the probability that coin 1 (2) comes up heads (tails). The hypothesis space
is defined by the usual constraints on a distribution,
,
, and
. The null hypothesis
is the sub-space where
. In all of these constraints,
and
.
Writing for the best values for under the hypothesis , maximum likelihood is achieved with
- .
Writing
for the best values for
under the null hypothesis
, maximum likelihood is achieved with
- ,
which does not depend on the coin
.
The hypothesis and null hypothesis can be rewritten slightly so that they satisfy the constraints for the logarithm of the likelihood ratio to have the desired nice distribution. Since the constraint causes the two-dimensional to be reduced to the one-dimensional , the asymptotic distribution for the test will be , the distribution with one degree of freedom.
For the general contingency table, we can write the log-likelihood ratio statistic as
- .
Criticism
Theoretical
Bayesian criticisms of classical likelihood ratio tests focus on two issues:
- the supremum function in the calculation of the likelihood ratio, saying that this takes no account of the uncertainty about θ and that using maximum likelihood estimates in this way can promote complicated alternative hypotheses with an excessive number of free parameters;
- testing the probability that the sample would produce a result as extreme or more extreme under the null hypothesis, saying that this bases the test on the probability of extreme events that did not happen.
Instead they put forward methods such as Bayes factors, which explicitly take uncertainty about the parameters into account, and which are based on the evidence that did occur.
Practical
In medicine, the use of likelihood ratio tests has been promoted to assist in interpreting diagnostic tests. A large likelihood ratio, for example a value more than 10, helps rule in disease. A small likelihood ratio, for example a value less than 0.1, helps rule out disease. However, physicians rarely make these calculations and sometimes make errors when they do attempt calculations. A
randomized controlled trial compared how well physicians interpreted diagnostic tests that were presented as either
sensitivity and
specificity, a likelihood ratio, or an inexact graphic of the likelihood ratio, found no difference in ability to interpret test results.
References
See also
External links