blazin22
Active Member
Hey guys,
I am currently working on a 21+3 side bet analysis tool for blackjack. My code is only in a preliminary state, I am having a few problems replicating the odds listed in the casinos "house edge" booklet which shows a house edge of 3.29% which is consistent with the wizard of odds site which shows 3.24.
assuming six decks.
bash-3.2$ ./pairplus.exe
pairplus <Number of Decks> <penetration>
where penetration is an number between 0 and 311
bash-3.2$ ./pairplus.exe 1000000 52
deck penetration level 83.333333%
rounds per shoe 87
total shoes played 1000000
hands won per shoe 8.418248
winrate in percentage terms -3.585452%
As you can see I get around 3.58 house edge, which is a huge difference from the that given in the booklet. I must be doing something wrong and I can't even begin to start analyzing any advantage obtainable by counting cards in this game until I can exactly replicate the house edge.
Source code is available at (Dead link: http://pastebin.com/m1353b5cd)
-blazin
I am currently working on a 21+3 side bet analysis tool for blackjack. My code is only in a preliminary state, I am having a few problems replicating the odds listed in the casinos "house edge" booklet which shows a house edge of 3.29% which is consistent with the wizard of odds site which shows 3.24.
assuming six decks.
bash-3.2$ ./pairplus.exe
pairplus <Number of Decks> <penetration>
where penetration is an number between 0 and 311
bash-3.2$ ./pairplus.exe 1000000 52
deck penetration level 83.333333%
rounds per shoe 87
total shoes played 1000000
hands won per shoe 8.418248
winrate in percentage terms -3.585452%
As you can see I get around 3.58 house edge, which is a huge difference from the that given in the booklet. I must be doing something wrong and I can't even begin to start analyzing any advantage obtainable by counting cards in this game until I can exactly replicate the house edge.
Source code is available at (Dead link: http://pastebin.com/m1353b5cd)
-blazin