CharlieGamer
CharlieGamer
  • Threads: 1
  • Posts: 6
Joined: Aug 17, 2012
August 19th, 2020 at 7:35:40 AM permalink
I am trying to calculate player EV in Blackjack in an arbitrary set of cards (not in a depleted normal deck).

For instance you can have a deck that contains 18 Aces, 10 9s etc.

Let n be the number of cards in the set.

Lets put indexes to BJ values (2->0,3->1,4->2,…,T->8,A->9)

Then let's define: C (0<=i<10) as the number of cards with index i in the set.

Then let's define:

P = C/n

Of course: Sum(P, for 0<=i<10) = 1

If the probability of cards with BJ value of index i appearing.

Also let’s assume E is the EOR for 6 deck shoe of the BJ value of index i

Also let’s assume that b is the EV off the top.

Then the EV of a player facing this set of cards is:

EV = b + Sum{ -E*P, for 0<=i<10}

Is that calculation correct?
DogHand
DogHand
  • Threads: 2
  • Posts: 1529
Joined: Sep 24, 2011
August 19th, 2020 at 9:04:52 PM permalink
CharlieGamer,

Your reasoning is not correct.

Here are some simple examples where it breaks down.

If the deck contains only 2's, the player will win 4 times his initial wager simply by splitting to 4 hands and then hitting each one until his total exceeds 18, because the dealer will always end with 18. This same strategy will also work for a deck composed of only 3's.

If the deck contains only 8's, again the player will win 4 times his initial wager by splitting to 4 hands and then standing on each 16, since the dealer is guaranteed to bust with 24.

Your proposed formula would predict that the player's EV is negative for each of these cases, when in fact it is +400%.

The problem is that the EOR values are simply linear approximations.

Hope this helps!

Dog Hand
charliepatrick
charliepatrick
  • Threads: 39
  • Posts: 2946
Joined: Jun 17, 2011
August 19th, 2020 at 11:22:02 PM permalink
If you have a weird pack the quickest way to get an approximation is to create a spreadsheet using infinite deck and working out the best strategy. This usually gets close to the composition dependent figure for finite decks which is probably good enough for the first stage.

As has been suggested with just 3s and 2s that method will suggest the EV for being on 21 or 20 is 1, so you split and hit until then. There have been Blackjack games with multiple Aces (Californian Blackjack) but check as sometimes AA is the best hand for these.

Also your EORs method might not work, for instance with fewer 3s in the pack you might split 3s vs 8 (or other similar single deck strategies).
CharlieGamer
CharlieGamer
  • Threads: 1
  • Posts: 6
Joined: Aug 17, 2012
August 20th, 2020 at 5:35:04 PM permalink
Hey,

Your answer is correct. I forgot to mention that the deviations will not be so extreme so as to be concerned by non-linearity.

Thanks anyway.
Ace2
Ace2
  • Threads: 32
  • Posts: 2672
Joined: Oct 2, 2017
August 20th, 2020 at 8:19:11 PM permalink
Over the long term, Blackjack is statistically congruent to a bet with a 0.43 chance of winning that pays 1.31 to 1.

House edge 0.67%. Standard deviation 1.14
It’s all about making that GTA
unJon
unJon
  • Threads: 14
  • Posts: 4606
Joined: Jul 1, 2018
August 20th, 2020 at 8:22:33 PM permalink
Quote: Ace2

Over the long term, Blackjack is statistically congruent to a bet with a 0.43 chance of winning that pays 1.31 to 1.

House edge 0.67%. Standard deviation 1.14

True to the second moment, but not beyond i hazard to guess.
The race is not always to the swift, nor the battle to the strong; but that is the way to bet.
Ace2
Ace2
  • Threads: 32
  • Posts: 2672
Joined: Oct 2, 2017
August 20th, 2020 at 8:35:03 PM permalink
Quote: unJon

True to the second moment, but not beyond i hazard to guess.

It should work very well for large sample size within 4 SDs of the mean.
It’s all about making that GTA
unJon
unJon
  • Threads: 14
  • Posts: 4606
Joined: Jul 1, 2018
Thanked by
Ace2
August 20th, 2020 at 8:37:21 PM permalink
Quote: Ace2

It should work very well for large sample size within 4 SDs of the mean.



I just meant I would expect the skewness and kurtosis of the distributions would be a bit different.
The race is not always to the swift, nor the battle to the strong; but that is the way to bet.
  • Jump to: