Lecture 5
Lecture 5
Lecture 5
Debolina Ghatak
March 29, 2023
In the last lecture, we had learnt about conditional probability function and
some new concepts of stochastic independence and Bayes Theorem. In today’s
lecture we would learn more about Bayes Theorem and Stochastic Independence.
Problem In a class of 200 students, 25 are females and 175 are males. How-
ever, 20 females have scored A+ grade in Probability and Statistics course and 5
otherwise. 15 males have scored A+ grade and the rest are below. If a random
student is selected from class, what is the probability that the person is A+
grade holder? Update your belief if you know that the chosen person is female.
1
2
Generalization In general, if A1 , A2 , · · · , Ak are mutually exclusive and ex-
haustive subsets of B, [P (A) > 0, P (B) > 0]
P (A ∩ B)
P (A | B) =
P (B)
P (B | A)P (A)
=
Pk P (B)
P (Ai | A)P (A)
= i=1Pk
i=1 P (A )
Pk i
i=1 P (Ai | A)P (A)
= Pk
c c
i=1 {P (Ai | A)P (A) + P (Ai | A )P (A )}
3
2 Stochastic Independence
Intuitively, two events A and B are said to be independent if the occurrence
of one does not effect the occurrence of other, which mathematically can be
written as,
P (A | B) = P (A) , and, P (B | A) = P (B)
i.e., P (A ∩ B) = P (A) · P (B)
P (A ∩ B) = P (A) · P (B)
Note that, this definition is also accepted if P (A) or P (B) is 0.
Example (Card playing game) You have a deck of 52 cards and you choose
a random card from it. Let A be the event that the card is an ace and S be the
event that the card is spade.
4
1 1 1
P (A) = 52 = , P (S) =
1
13 4
1
P (A ∩ S) = = P (A) · P (S)
52
Thus, the occurrence of A and S can be considered to be independent which
is also correct intuitively.
4
Pairwise and Mutual Independence
Consider three events A, B, C. They are said to be pairwise independent if the
following equation (1) is satisfied.
5
Practice Problem To encourage Elmer’s promising tennis career, his father
offers him a prize if he wins ( at least) two tennis sets in a row in a 3-set series to
be played with his father and the club champion alternatively: father-champion-
father or champion-father-champion, according to Elmer’s choice. The cham-
pion is a better player then elmer’s father. Which series should Elmer choose?