Probability Flashcards
What is the relation between E(X) and E(E(X given Y))?
E(E(X given Y)) = E(X given Y=1) P(Y=1) + E(X given Y=2) P(Y=2) + E(X given Y=3) P(Y=3) = E(X)
Therefore E(E(X given Y)) = E(X)
What is P(A U B)
P(A U B) = P(A) + P(B) - P(A N B)
Mutually exclusive
Two events cannot happen at the same time: one happening precludes the other from occurring
P(A n B) = 0
What is (A U B) for mutually exclusive events?
P(A U B) = P(A) + P(B) - 0
What is the compliment of A?
Compliment of A = A’ = not A
What is (A N B)’
All area of Venn diagram except the intersection of A&B
(A N B)’ = A’ U B’
What is (A U B)’
All area of Venn diagram outside the circles but inside the box still.
(A U B)’ = A’ N B’
What is (A’ N B)
Just B = inside the B circle but not including the intersection
What is (A’ U B)
= all area except just A
What is A U (B N C)
(A U B) N (A U C)
What is A N (B U C)
(A N B) U (A N C)
What is P(A U B U C)
P(A U B U C) = P(A) + P(B) + P(C) - P(A N B) - P(A N C) - P(B N C) + P(A N B N C)
Combinations definition & formula
nCr = n! / (n - r)! r!
Don’t care about order: AB & BA the same so count as 1
Permutations definition& formula
nPr = n! / (n - r)!
Care about order: AB and BA count at 2
What is P(A given B) equal to?
P(A given B) = P(A N B) / P(B)