|
|
|
|
|
by tgb
1475 days ago
|
|
It’s not the same. Try stimulating it out if my argument above didn’t convince you. WLOG if you pick door 0 out of 0,1,2 and host picks door 1 always, then the the relevant value is in numpy: correct = numpy.random.choice(3, 10000) (correct[correct != 1] == 0).mean() This gives 0.49 or similar when I run it. |
|
- 1/3 it is behind your door
- 2/3 it is behind one of the other two doors So you get 1/3 wins, 1/3 losses, 1/3 undefined. So given the goat is revealed, you have a 1/2 chance to win by switching.On reflection, this makes sense. The host is indeed leaking information by not be able to pick the around the prize. If the prize is not behind your door, his choice is constrained. So his revealing it supplies information about that constraint. If he is not constrained, then you are both picking doors at random. I'm sold.