Is the formula given on page 112 of BJA3 completely general purpose ? (i.e. equally applicable to any game, not just blackjack.)
The formula is RUIN = ( (1 - w/sd) / (1+w/sd) )^(bank/sd)
where w and sd are said to be the 'hourly' win rate and standard deviation, but presumably can be for any period, including per-hand, so long as they both match?
With my limited mathematical background, I don't know how the formula was derived (and might well struggle to understand the explanation in any case
).
I've been working on a simulator which logs the win rate and std dev for various side bets (both individually and in combination). In any given round there may be -
I'm hoping the above ruin formula can be used to analyse different betting schemes, based purely on the accumulated results and squared results from the simulation. Am I on the right track?
The formula is RUIN = ( (1 - w/sd) / (1+w/sd) )^(bank/sd)
where w and sd are said to be the 'hourly' win rate and standard deviation, but presumably can be for any period, including per-hand, so long as they both match?
With my limited mathematical background, I don't know how the formula was derived (and might well struggle to understand the explanation in any case
I've been working on a simulator which logs the win rate and std dev for various side bets (both individually and in combination). In any given round there may be -
- no bets made
- one or more different +EV bets made, with a compulsory -EV main bet
- one or more different +EV bets made, with no compulsory main bet
I'm hoping the above ruin formula can be used to analyse different betting schemes, based purely on the accumulated results and squared results from the simulation. Am I on the right track?