Human Computation Flashcards
1
Q
P(A) =
A
1 - P(A’)
2
Q
P(A | B’) =
A
1 - P(A’ | B’)
3
Q
P(A,B) =
A
P(A) × P(B | A)
P(A) × P(B) if A and B are independent
4
Q
P(A,B | C) =
A
P(A | C) × P(B | C)
5
Q
P(A or B) =
A
P(A) + P(B) - P(A,B)
P(A) + P(B) if A and B are disjoint i.e. P(A,B) = 0
6
Q
P(A) =
A
P(A,B1) + P(A, B2) + … + P(A, Bn) where all Bi are a partition of B
7
Q
P(A | B) =
A
P(B | A) × P(A)/P(B) Bayes’ Theorem
P(A,B) / P(B)
8
Q
Conditional Independence
A
Knowing that event C has occurred, the occurrence of event A provides no additional information about the occurrence of event B, and vice versa.