KO insurance data for 2 decks
KO is a counting system that has 3 groups of cards
- 2, 3, 4, 5, 6, 7 --- L --- (low cards) --- tag = -1
- 8, 9 --- M --- (medium cards) --- tag = 0
- T, A --- H --- (high cards) --- tag = +1
When there are more low cards than high remaining to be dealt, running count is negative.
When there are more high cards than low remaining to be dealt, running count is positive.
When there are an equal number of low cards and high cards remaining to be dealt, running count is 0.
There are 4 more low cards than high cards for each number of full decks.
KO can be true counted if initial running count = -4 * (number of decks). Often KO is used as an unbalanced count by altering the running count by
a constant number. Since only running count is used in the data, the data will apply to unbalanced KO by altering the running count in the data by
the same constant number used in the unbalanced KO system. The only thing that won't apply to the unbalanced system will be the true count ref
figures which assume the initial running for KO = -4 * (number of decks).
There are 10 possible 2 card hands relative to KO and insurance: LL, LM, LT, LA, MM, MT, MA, TT, TA, AA
The data points at which to insure each of these hands when number of decks is 2 are below:
**** Player hand: L-L **** Cards min RC TC ref 96 > -3 > -1.63 95-70 >= -2 >= -2.69 69-36 >= -1 >= -1.44 35-8 >= 0 >= 0.00 7 >= 1 >= 7.43 6 >= 0 >= 0.00 5 >= 1 >= 10.40 4 >= 0 >= 0.00 3 >= 1 >= 17.33 2 >= 0 >= 0.00 1 1 52.00 **** Player hand: L-M **** Cards min RC TC ref 96 > -3 > -1.63 95-70 >= -2 >= -2.69 69-36 >= -1 >= -1.44 35-8 >= 0 >= 0.00 7 >= 1 >= 7.43 6 >= 0 >= 0.00 5 >= 1 >= 10.40 4 >= 0 >= 0.00 3 >= 1 >= 17.33 2 >= 0 >= 0.00 1 1 52.00 **** Player hand: L-T **** Cards min RC TC ref 93 > -2 > -1.12 92-44 >= -1 >= -0.85 43-8 >= 0 >= 0.00 7 >= 1 >= 7.43 6 >= 0 >= 0.00 5 >= 1 >= 10.40 4 >= 0 >= 0.00 3 >= 1 >= 17.33 2 >= 0 >= 0.00 1 1 52.00 **** Player hand: L-A **** Cards min RC TC ref 96 > -5 > -2.71 95-81 >= -4 >= -2.57 80-61 >= -3 >= -2.56 60-41 >= -2 >= -2.54 40-22 >= -1 >= -2.36 21-6 >= 0 >= 0.00 5 >= 1 >= 10.40 4 >= 0 >= 0.00 3 >= 1 >= 17.33 2 >= 0 >= 0.00 1 1 52.00 **** Player hand: M-M **** Cards min RC TC ref 96 > -4 > -2.17 95-78 >= -3 >= -2.00 77-52 >= -2 >= -2.00 51-27 >= -1 >= -1.93 26-6 >= 0 >= 0.00 5 >= 1 >= 10.40 4 >= 0 >= 0.00 3 >= 1 >= 17.33 2 >= 0 >= 0.00 1 1 52.00 **** Player hand: M-T **** Cards min RC TC ref 93 > -2 > -1.12 92-44 >= -1 >= -1.18 43-8 >= 0 >= 0.00 7 >= 1 >= 7.43 6 >= 0 >= 0.00 5 >= 1 >= 10.40 4 >= 0 >= 0.00 3 >= 1 >= 17.33 2 >= 0 >= 0.00 1 1 52.00 **** Player hand: M-A **** Cards min RC TC ref 96 > -5 > -2.71 95-81 >= -4 >= -2.57 80-61 >= -3 >= -2.56 60-41 >= -2 >= -2.54 40-22 >= -1 >= -2.36 21-6 >= 0 >= 0.00 5 >= 1 >= 10.40 4 >= 0 >= 0.00 3 >= 1 >= 17.33 2 >= 0 >= 0.00 1 1 52.00 **** Player hand: T-T **** Cards min RC TC ref 90 > -1 > -0.58 89 >= 0 >= 0.00 88-58 >= -1 >= -0.90 57-8 >= 0 >= 0.00 7 >= 1 >= 7.43 6 >= 0 >= 0.00 5 >= 1 >= 10.40 4 >= 0 >= 0.00 3 >= 1 >= 17.33 2 >= 0 >= 0.00 1 1 52.00 **** Player hand: T-A **** Cards min RC TC ref 93 > -4 > -2.24 92-68 >= -3 >= -2.29 67-45 >= -2 >= -2.32 44-24 >= -1 >= -2.17 23-6 >= 0 >= 0.00 5 >= 1 >= 10.40 4 >= 0 >= 0.00 3 >= 1 >= 17.33 2 >= 0 >= 0.00 1 1 52.00 **** Player hand: A-A **** Cards min RC TC ref 96 > -7 > -3.79 95-86 >= -6 >= -3.63 85-72 >= -5 >= -3.61 71-58 >= -4 >= -3.59 57-44 >= -3 >= -3.55 43-30 >= -2 >= -3.47 29-16 >= -1 >= -3.25 15-6 >= 0 >= 0.00 5 >= 1 >= 10.40 4 >= 0 >= 0.00 3 >= 1 >= 17.33 2 >= 0 >= 0.00 1 1 52.00
Generic Insurance (disregard player hand composition)
**** Player hand: x-x **** Cards min RC TC ref 96 > -3 > -1.63 95-64 >= -2 >= -1.63 63-33 >= -1 >= -1.58 32-8 >= 0 >= 0.00 7 >= 1 >= 7.43 6 >= 0 >= 0.00 5 >= 1 >= 10.40 4 >= 0 >= 0.00 3 >= 1 >= 17.33 2 >= 0 >= 0.00 1 1 52.00