Loading...
Loading...
You have two bags. You pick one at random, then draw marbles one at a time (with replacement). After each draw, update your belief about which bag you have.
Prior:
Starting with P(A) = 0.5:
Now P(A) = 0.70:
Back to P(A) = 0.50:
With P(A) = 0.70:
| Draw | Color | P(Bag A) | P(Bag B) |
|---|---|---|---|
| Before | - | 50.0% | 50.0% |
| 1 | Red | 70.0% | 30.0% |
| 2 | Blue | 50.0% | 50.0% |
| 3 | Red | 70.0% | 30.0% |
| 4 | Red | 84.5% | 15.5% |