Conditional probabilities 4.5.3 can be computed using the methods developed above if the appropriate information is available. Some times you will however have some information available, such as \(P(A | B)\) but need \(P(B | A)\text{.}\) The ability to "play around with history" by switching what has been presumed to occur leads to an important result known as Bayes’ Theorem.
Theorem4.6.1.Bayes’ Theorem.
Let \(S = \{ S_1, S_2, ... , S_m \}\) where the \(S_k\) are pairwise disjoint and \(S_1 \cup S_2 \cup ... \cup S_m = S\) (i.e. a partition of the space S). Then for any \(A \subseteq S\)
Marie is getting married tomorrow, at an outdoor ceremony in the desert. In recent years, it has rained only 5 days each year. Unfortunately, the weatherman has predicted rain for tomorrow. When it actually rains, the weatherman correctly forecasts rain 90% of the time. When it doesn’t rain, he incorrectly forecasts rain 10% of the time. What is the probability that it will rain on the day of Marie’s wedding?
Notice, all days can be classified into one of two disjoint options:
Rainy, in which case we can deduce from the given info that P(Rain) = 5/365
Not Rainy, and since this is the complement of above, P(Not Rain) = 360/365
In the notation of Bayes Theorem 4.6.1, let A represent a forecast of Rain and note you have
\begin{equation*}
P(\text{ Forecast Rain | Not Rain}) = P( A | S_2) = 0.1
\end{equation*}
Notice that the question provided requests that you find the probability of Rain given that the weatherman has forecasted rain. What is given on the other hand is the reverse of that conditional probability. Using Bayes’ Theorem allows you to turn this around...
So, normally there is only approximately a 1.369 percent chance of rain (5/365) on a given day but given that the weatherman has forecast rain, the chance of rain increases to a little more than 11 percent.
Here’s a standard and yet surprising example:
Your neighbor has 2 children. You learn that he has a daughter Anna. What is the probability that Anna’s sibling is a sister? Your first reaction might be that it is obviously 1/2 since (ok, roughly) it is equally likely that the other sibling was born female or male. But is that accurate?
If you were to list all of the possible female/male outcomes when having two children, then the sample space is S = {FF, FM, MF, MM} with FM meaning the first child is female and the second is male. Assuming again that girls and boys are equally likely to be born, these 4 outcomes have equal probability of \(1/4\text{.}\)
The question asks is whether the neighbor has another daughter in the set Fem2 = {FF} but since Anna is a girl then the possible outcomes now is only Fem = {FF, FM, MF}.
So,
\begin{align*}
P(Fem2|Fem) & = \frac{P(Fem2 \cap Fem)}{P(Fem)} \\
& = \frac{P(FF)}{P(FF or FM or MF)}\\
& = \frac{\frac{1}{4}}{\frac{3}{4}} = \frac{1}{3}
\end{align*}
Bayes’ Theorem 4.6.1 also works well in analyzing "Let’s Make A Deal" finale choice.
A biomedical research company produces \(46 \%\) of its insulin at a plant in Kansas City, and the remainder is produced at a plant in Jefferson City. Quality control has shown that \(0.6 \%\) of the insulin produced at the plant in Kansas City is defective, while \(0.8 \%\) of the insulin produced at the plant in Jefferson City is defective. What is the probability that a randomly chosen unit of insulin came from the plant in Jefferson City given that it is defective?
Data from Office on Smoking and Health, Centers for Disease Control and Prevention, indicate that 42% of adults who did not finish high school, 34% of high school graduates, 26% of adults who completed some college, and 13% of college graduates smoke. Suppose that one individual is selected at random and it is discovered that the individual smokes. Use the probabilities in the following table to calculate the probability that the individual is a college graduate.
Education
Employed
Unemployed
Not a high school graduate
0.0975
0.0080
High school graduate
0.3108
0.0128
Some college, no degree
0.1785
0.0062
Associate Degree
0.0849
0.0023
Bachelor Degree
0.1959
0.0041
Advanced Degree
0.0975
0.0015
Probability =
Hints: This problem has all the information you need, but not in the typical ready-to-use form. The table above can tell you the proportion of people with various levels of education in the population. Keep in mind that any degree (Associate, Bachelor, or Advanced) counts as graduating from college.
Notice that having the data expressed in tabular form sometimes makes it easier to deal with.
The interactive cell below can be used to easily compute all of the conditional probabilities associated with Bayes’ Theorem 4.6.1. Notice how the relative size of the pie-shaped partition changes when you presume that an event in the space has already occurred.
You can actually also use Bayes’ Theorem 4.6.1 to answer a easy question! Indeed, suppose that you draw one card from a shuffled and standard 52 card deck. Given that you know the card is an Ace, what is the probability that it is also a Heart.
Using the Bayes’ approach, let’s break up the world into Hearts (H) and non-Hearts (N). Easily,
Your automobile insurance company uses past history to determine how to set rates by measuring the number of accidents caused by clients in various age ranges. The following table summarizes the proportion of those insured and the corresponding probabilities by age range:
Table4.6.5.Age vs Accident Likelihood
Age
Proportion of Insured
Probability of Accident
16-20
0.05
0.08
21-25
0.06
0.07
26-55
0.49
0.02
55-65
0.25
0.03
over 65
0.15
0.04
One of your family friends insured by this company has an accident.
Determine the conditional probability that the driver was in the 16-20 age range.
Compare this to the probability that the driver was in the 18-20 age range. Discuss the difference.
Determine how much more the company should charge for someone in the 16-20 age range compared to someone in the 26-55 age range.
Congratulations...your family is having a baby! As part of the prenatal care, some testing is part of the normal procedure including one for spinal bifida (which is a condition in which part of the spinal cord may be exposed.) Indeed, measurement of maternal serum AFP values is a standard tool used in obstetrical care to identify pregnancies that may have an increased risk for this disorder. You want to make plans for the new child’s care and want to know how serious to take the test results. However, some times the test indicates that the child has the disorder when in actuality it does not (a false positive) and likewise may indicate that the child does not have the disorder when in fact it does (a false negative.)
The combined accuracy rate for the screen to detect the chromosomal abnormalities mentioned above is approximately 85% with a false positive rate of 5%. This means that (from americanpregnancy.org 1 )
Approximately 85 out of every 100 babies affected by the abnormalities addressed by the screen will be identified. (Positive Positive)
Approximately 5% of all normal pregnancies will receive a positive result or an abnormal level. (False Positive)
Given that your test came back negative, determine the likelihood that the child will actually have spinal bifida.
Given that your test came back negative, determine the likelihood that the child will not have spina bifida
Given that a positive test means you have a 1/100 to 1/300 chance of experiencing one of the abnormalities, determine the likelihood of spinal bifida in a randomly selected child.
You can get some help checking your arithmetic using the Bayes’ Sage interact.