conditioner probability Flashcards
(6 cards)
1
Q
bayes theorem
A
- P(AnB) = P(A)P(B|A) = P(B)P(A|B)
2
Q
another way to write P(AnB)
A
P(A, B) “joint distribution” (used only by clowns)
3
Q
what do AuB and AnB mean
A
union (logical or) and intersection (logical and)
4
Q
how to calculate P(AnB)
A
P(A)P(B|A) or vice versa
5
Q
how to calculate P(AuB)
A
P(A) + P(B) - P(AnB)
(remember the venn diagram)
6
Q
P(AnB) when A and B are independent
A
- P(AnB) = P(A)P(B|A)
- independent -> P(B|A) = P(B)
- so P(AnB) = P(A)P(B)