1
Consider joint probability table:
| 0.008 | 0.182 | 0.002 | 0.328 | |
| 0.169 | 0.044 | 0.231 | 0.036 |
Calculate .
this will be on keats later (???)
2
Bayes' Theorem
Bayes’ Theorem states that $$ p(F | E) = \frac{p(E|F)p(F)}{p(E|F)p(F) + p(E|\bar F)p(\bar F)} $$
Short form:
Link to original
Jar 1 contains 30 vanilla cookies, 10 chocolate cookies Jar 2 contains 20 vanilla cookies, 20 chocolate cookies
After picking at random, you’re told you’ve selected a vanilla cookie What is probability the cookie came from jar 1?
Let be that we picked from the first jar Let be that we picked a vanilla cookie
3
Prove that the following two statements are equivalent
//