Week 2 Flashcards
Explain the notation P(A|B)?
Posterior probability - “after given new information”.
The conditional (updated) probability of A, given B occurs.
What is the formula for conditional probability?
P (A|B) = P (A n B) / P (B)
P (B) > 0
What is the Product Rule?
P(A1 n … n An) = P(A1)P(A2|A1) … P(An | A1 n … n An-1)
What is the Law of Total Probability?
P(A) = P(A|B)P(B) + P(A|Bc)P(Bc)
What is Bayes’ Formula?
P(B|A) = P(A|B)P(B) / P(A|B)P(B) + P(A|Bc)P(Bc)
P(B) = likelihood of cause P(A|B) = probability of effect given cause
When can we say two events are independent?
P(A n B) = P(A)P(B)
P(A|B) = P(A)
When are events pairwise independent?
P(A n B) = P(A)P(B)
P(B n C) = P(B)P(C)
P(C n A) = P(C)P(A)
When are events mutually independent?
When they are pairwise independent and P(A n B n C) = P(A)P(B)P(C).