Chapter 1 Overview of Basic Probability Theory
Chapter 1 Overview of Basic Probability Theory
3.order matters
…counting procedure …(Cont’d)
• Combinations
• A combination is an arrangement of objects without repetition where order is
not important.
• Example:
1) Let's consider again the board of trustees with 30 members. In how many ways
could the board elect four members for the finance committee?
2) In how many ways could the letters in the word STATISTICS be rearranged?
…counting procedure …(Cont’d)
Note:
• The difference between a permutation and a combination is not
whether there is repetition or not -- there must not be repetition
with either, and if there is repetition, you can not use the formulas
for permutations or combinations.
Examples:
a) Noah Real Estate Plan, 42% of the houses have a deck and a garage; 60%
have a deck. Find the probability that a home has a garage, given that it
has a deck.
Exercise:
• At an exclusive country club, 83% of the members play bridge; 75% of the
members drink champagne given that he or she plays bridge. Find the
probability that members drink champagne and play bridge.
• Survey on Women in Military: A recent survey asked 100 people if they thought
women in the armed forces should be permitted to participate in combat. The
results are shown in the table
a) Find the probability that they answered yes, given that they were female.
b) Find the probability that they were male, given that they answered no.
1.5. Bayes’ Theorem
• Thomas Bayes, an English Clergyman (1702 – 1761)
• It describes the probability of an event, based on prior
knowledge of conditions that might be related to the event.
• We start with a hypothesis and a degree of belief in that hypothesis.
That means, based on domain expertise or prior knowledge, we
assign a non-zero probability to that hypothesis.
• Then, we gather data and update our initial beliefs. If the data support
the hypothesis, then the probability goes up, otherwise the probability
goes down
…Bayes’ Theorem …(Cont’d)
• The Bayes’ theorem is used in Bayesian inference, usually dealing with a
sequence of events, as new information becomes available about a
subsequent event, that new information is used to update the probability of
the initial event.
• Two flavors of probabilities: prior probability and posterior probability.
• Prior probability - initial belief about a particular hypothesis before any
evidence is available about the hypothesis.
• Posterior probability - is the updated belief about the hypothesis as new
evident becomes available
…Bayes’ Theorem …(Cont’d)
• Which tells us: how often A happens given that B happens, P(A│B)
• When we know: how often B happens given that A happens, P(B│A)
and how likely A is on its own, P(A)
and how likely B is on its own, P(B)
Example: Bayes’ rule
You are planning a picnic today to Wonchi Lake, but the morning is cloudy. About
50% of all rainy days start off cloudy. But cloudy mornings are common (about 40%
of days start cloudy). And this is usually a dry month (only 3 of 30 days tend to be
rainy, or 10%). What is the chance of rain during the day, given cloud?
Given:
• P(Cloud|Rain) is Probability of Cloud, given that Rain happens = 50%
• P(Cloud) is Probability of Cloud = 40%
• P(Rain) is Probability of Rain = 10%
Conclusion: Or a 12.5% chance of rain. Not too bad, you can have a picnic!
Exercise:
1) In Premium College, 60% of the boys play football and 36% of the boys play
volleyball. Given that 40% of those that play football also play volleyball, what
percent of those that play volleyball also play football? (Answer = 0.6667)
2) In Premium College, 40% of the girls like music and 24% of the girls like
dance. Given that 30% of those that like music also like dance, what
percent of those that like dance also like music? (Answer = 50% )
END OF CHAPTER 1