From the rule for mutually exclusive events (Equation 1.2), we assign the following probabilities for the first draw from this deck:
It turns out that mathematically, the rules for fractions of things and of probabilities are the same. Thus, to gain an understanding for the rules of probability, we will calculate fractions (which are more immediately intuitive), and then summarize the same rule for probabilities.
Negation Rule
In this section I'll use the letter for fraction, and we can determine the values simply by counting. The fraction of cards which are hearts () is
The fraction of cards which are not hearts (i.e. the 3 other suits) is:
These numbers add up to one: . We can do this with more complex statements.
Negation Rule Given any information, we have
or
Product Rule
The product rule comes from looking at the combination of events: event A and event B. As before, we'll work on the numbers from the fractions of the card game.
Product Rule
Independence
As a specific case of the product rule, we can change the rule of the card games such that we reshuffle the deck after each draw. In this way, the result of one draw gives you no information about other draws. In this case, the events are considered independent.
Independent Events Two events, A and B, are said to be independent if knowledge of one gives you no information on the other. Mathematically, this means
and
In this case, the product rule reduces to the simplified rule for independent events: the product of the individual event probabilities.
Joint Probabilities for Independent Events
We have already seen an example of this, when we looked at drawing the Jack of Hearts: drawing a heart gives you no information about whether it is a jack, and vice versa. Thus,
Conjunction
One of the consequences of combinations of events is that the probability of two events happening, A and B, has to be less than (or possibly equal to) the probability of just one of them, say A, happening. The mathematical fact is seen by looking at the magnitude of the terms in the product rule
In other words, coincidences are less likely than either event happening individually. We intuitively know this, when we make comments like “Wow! What are the chances of that?” referring to, say, someone winning the lottery and then getting struck by a car the next day. Sometimes, however, it seems as if one's intuition does not match the conclusions of the rules of probability. One such case is called the conjunction fallacy.
In an interesting experiment, Tversky and Kahneman1 gave the following survey:
85% chose option 2.2 This, they attributed, to the conjunction fallacy - mistaking the conjunction of two events as more probable than a single event. They went further and did a survey of medical internists with the following
Which is more likely: the victim of an embolism (clot in the lung) will experience partial paralysis or that the victim will experience both partial paralysis and shortness of breath?
and again, 91 percent of the doctors chose that the clot was less likely to cause the rare paralysis rather than to cause the combination of the rare paralysis and the common shortness of breath.
Even when correct, the consequence for conjunctions can be misused, or at least misidentified. Returning to our example of someone winning the lottery and then getting struck by a car the next day, rare events occur frequently, as long as you have enough events. There are millions of people each day playing the lottery, and millions getting struck by cars each day. We will explore this problem later in Section 2.6, but one immediate consequence is that winning the lottery and getting struck by a car the next day probably happens somewhere fairly regularly.
Sum Rule
Now we consider the statements of the form A or B. For example, in the card game, what is the fraction of cards that are jacks or are hearts. By counting we get the 13 hearts and 3 more jacks that are not contained in the 13 hearts, or . Now, if we tried to separate the terms, and do:
then we get a number that is too big! It is too big because we've double-counted the jack of hearts. Adjusting for this, by subtracting one copy of this fraction, we get
In general
Sum Rule
Sum Rule for Exclusive Events If two events are mutually exclusive the sum rule reduces to
because for such events.
So the probability of rolling a 1 or a 2 on one die is 2/6.
One more variant on the Sum Rule is where we have 3 propositions. It can be a bit tedious to write it all out, but the end result looks a lot like the original Sum Rule. All we do is break up the terms in pieces, and then apply the Sum Rule to each piece.
which leads finally to
Sum Rule for Three Events
In words, when you're looking for the sum of several events, we add the probabilities (i.e. ), then subtract the double counting (i.e. ) as before. Finally, we need to add back in the triple count (i.e. ) because it was taken out too many times with the double count. The accounting here can be somewhat prone to error, but the concepts are always the same: when you add probabilities of events, say and , together the term includes the probability of both and the term includes the probability of both , so you've included that probability twice and need to subtract one of them to balance the books. Likewise (although it is harder to show), the first six terms in Equation 1.12 end up subtracting one too many copies of , and we need to add one in at the end.
Marginalization
Another consequence of the sum rule and the product rule is a process called marginalization.
Marginalization If we have a complete set of conditional statements, like
then the unconditional probability is found by marginalizing over all possible values of the conditional events, like
Bayes' Rule
One of the most consequential rules of probability is what is known as Bayes' Rule, sometimes called Bayes' Theorem. We will use this rule throughout this book, and see its many applications. It comes as a direct result of the product rule (Equation 1.8)
Rearranging, we get
Bayes' Rule
We can verify this again with the intuitions we have in the simple card game.
Adapted from Statistical Inference for Everyone, by Brian Blais (Bryant University), licensed under CC BY-SA 4.0 (dual-licensed under the GNU FDL 1.2 or later; this adaptation uses the CC BY-SA grant). Changes were made; this adaptation is distributed under the same license. License: CC-BY-SA-4.0.