probability algebra Flashcards

1
Q

conditional probability

A

P(A|B) = P(ANB) / P(B)
* = P(A) if events A and B are independent
* (“N” is set-wise intersection (“and”))

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

event intersections, and independent events

A
  • P(A1 N … N An) = P(A1) P(A1|A2) P(A3|A1NA2) … P(An|A1N…NA_{n-1})
  • = P(A1)…P(An) if events are independent

note, P(A1,A2) is shorthand for P(A1NA2) (etc.), and where “N” is set-wise intersection (“and”)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

law of total probability

A
  • let events A1,…,An partition the sample space
  • let event B be some event in the sample space
  • P(B) = P(A1)P(B|A1)+…+P(An)P(B|An)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Bayes theorem

A
  • let events A1,…,An partition the sample space
  • the posterior probabilities of Ai conditional on event B (new information) is
    • P(Ai|B) = P(Ai)P(B|Ai) / sum_j P(Aj)P(B|Aj)
    • note the denominator is aka P(B)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly