Relative likelihood

Relative likelihoods express how relatively more likely an observation is, comparing one hypothesis to another. For example, suppose we’re investigating the murder of Mr. Boddy, and we find that he was killed by poison. The suspects are Miss Scarlett and Colonel Mustard. Now, suppose that the probability that Miss Scarlett would use poison, if she were the murderer, is 20%. And suppose that the probability that Colonel Mustard would use poison, if he were the murderer, is 10%. Then, Miss Scarlett is twice as likely to use poison as a murder weapon as Colonel Mustard. Thus, the “Mr. Boddy was poisoned” evidence supports the “Scarlett” hypothesis twice as much as the “Mustard” hypothesis, for relative likelihoods of \((2 : 1).\)

These likelihoods are called “relative” because it wouldn’t matter if the respective probabilities were 4% and 2%, or 40% and 20% — what matters is the relative proportion.

Relative likelihoods may be given between many different hypotheses at once. Given the evidence \(e_p\) = “Mr. Boddy was poisoned”, it might be the case that Miss Scarlett, Colonel Mustard, and Mrs. White have the respective probabilities 20%, 10%, and 1% of using poison any time they commit a murder. In this case, we have three hypotheses — \(H_S\) = “Scarlett did it”, \(H_M\) = “Mustard did it”, and \(H_W\) = “White did it”. The relative likelihoods between them may be written \((20 : 10 : 1).\)

In general, given a list of hypotheses \(H_1, H_2, \ldots, H_n,\) the relative likelihoods on the evidence \(e\) can be written as a scale-invariant list of the likelihoods \(\mathbb P(e \mid H_i)\) for each \(i\) from 1 to \(n.\) In other words, the relative likelihoods are

$$ \alpha \mathbb P(e \mid H_1) : \alpha \mathbb P(e \mid H_2) : \ldots : \alpha \mathbb P(e \mid H_n) $$

where the choice of \(\alpha > 0\) does not change the value denoted by the list (i.e., the list is scale-invariant). For example, the relative likelihood list \((20 : 10 : 1)\) above denotes the same thing as the relative likelihood list \((4 : 2 : 0.20)\) denotes the same thing as the relative likelihood list \((60 : 30 : 3).\) This is why we call them “relative likelihoods” — all that matters is the ratio between each term, not the absolute values.

Any two terms in a list of relative likelihoods can be used to generate a likelihood ratio between two hypotheses. For example, above, the likelihood ratio \(H_S\) to \(H_M\) is 21, and the likelihood ratio of \(H_S\) to \(H_W\) is 201. This means that the evidence \(e_p\) supports the “Scarlett” hypothesis 2x more than it supports the “Mustard” hypothesis, and 20x more than it supports the “White” hypothesis.

Relative likelihoods summarize the strength of the evidence represented by the observation that Mr. Boddy was poisoned — under Bayes’ rule, the evidence points to Miss Scarlett to the same degree whether the absolute probabilities are 20% vs. 10%, or 4% vs. 2%.

By Bayes’ rule, the way to update your beliefs in the face of evidence is to take your prior odds and simply multiply them by the corresponding relative likelihood list, to obtain your posterior odds. See also Bayes’ rule: Odds form.

Parents: