Quote:
|
If your edge is the slope of the green line, can other games be said to have an edge (if one knows winning betting strategies etc in table/pit games...) and be lumped together with poker as the varying effects of luck are examined over the long run?
|
Absolutely. You can, in fact, model any game of chance with a positive, zero, or negative edge using uDevil's applet.
For example, in American roulette (also a binomial distribution), you have a fixed edge against you (5.26% of your bet is taken each time with a bet on red, black, odds, evens, etc, theoretically). This can be modelled by making the edge in the applet negative. Of course, one would need to calculate the standard deviation per 100 spins to a reasonable confidence before this is possible.
Let's calculate the SD/100 of roulette (where p is probability of success and n is the number of spins):
sqrt(pn(1-p)) = SD
sqrt(0.4474*100(1-0.4474)) = 4.97 (almost the same as a coin flip, which is exactly 5)
So, we calculate our winrate next.
we lose 0.0526 of a bet each time, so that is (0.0526 * 100) = 5.26 bets every 100 spins. So our winrate is -5.26/100.
So to simulate roulette, input a winrate of -5.26, a SD of 4.97, whatever confidence you want (it's arbitrary), and number of spins in hundreds.
Have fun!