|
|
|
|
|
by bzax
1052 days ago
|
|
If you repeat this game n times (as n goes to infinity), you will have Θ(n) pairs of (heads, tails) and O(sqrt(n)) unpaired wins or losses, except for a vanishingly small fraction of the time when the results fall outside of any fixed number of standard deviations. The point is that you as an individual playing a repeated game don't get to meaningfully sample the expected value of the distribution. You only get to sample once, and you will almost surely (i.e. with probability approaching 1 as n goes to infinity) sample a point in the distribution where you lose nearly all of your money. |
|