Bayes' Theorem
Bayes' Theorem
Introduction to Probability
A.J. Hildebrand
2. Average and Bayes Rules, special case: For any events A and B,
(1)
(2)
Notes
1. Technical note: The probabilities P (A|Bi ) are only defined if P (Bi ) > 0; if P (Bi ) =
0, the corresponding term P (A|Bi )P (Bi ) in the above formulas should be interpreted
as 0 (i.e., it doesnt affect the formulas).
2. Memorizing Bayes Rule: The Average Rule says that the expression appearing
in the denominator in Bayes Rule is equal to P (A). Thus, Bayes rule could have
also been stated in the form
(5)
P (Bi |A) =
P (A|Bi )P (Bi )
.
P (A)
You could get by memorizing the average rule (3) along with the above simpler version
of Bayes Rule (5). However, I recommend memorizing Bayes Rule in the full form
(4), since that is the form that you normally need in applications.
3. General versus special case of Bayes Rule: Many, but not all, applications of
Bayes Rule involve only the special case when the simpler formula (2) can be used.
However, for more general problems, one does need the more complicated formula
(4). I recommend to memorize both formulas.
Math 461
Introduction to Probability
A.J. Hildebrand