ENHC expected values
FredericMoreau said:
Thnx! Im going to make an Excel archive with that formula. I want the table to see the variations that I can make for camouflage purposes.
The formula Kasi provided is good for showing why it is right to hit 9-2 v 10 and not double for the ENHC rule, but the EVs will be assuming dealer has checked for BJ and doesn't have it which doesn't make sense for ENHC.
Most likely the full peek EVs you will have access to assume the condition that dealer has checked for blackjack and doesn't have it. The formulas I recommend using are (pBJ = probability of dealer blackjack):
ENHC_hit_EV = peek_hit_EV*(1-pBJ)-pBJ
ENHC_dbl_EV = peek_dbl_EV*(1-pBJ)-2*pBJ
ENHC_split_EV = peek_split_EV*(1-pBJ)-2*pBJ (This is right for SPL1)
All of my programs compute EVs starting with the assumption that player loses to dealer's blackjack, which is what actually happens. In the case of splits and doubles when the rule is full peek, I correct the EVs by giving the player a "rebate" when dealer has blackjack, so the right strategy decision is still apparent using this method and all values can be used directly in computing overall EV. You could easily get comp dependent ENHC EVs from my demo program. The double EVs will be the same as total dependent but the hit EVs could be slightly different. All you would need to do is to check the ENHC check box in the rules section along with any other rules variations offered, input player's hand, and click "Compute" to get ENHC EVs for all up cards. It is only limited to computing single deck though.
Hope this helps,
k_c