70 likes | 202 Views
Lecture 11. Black jack analysis. We will use R to compute the probability of dealer going bust. We use hard 17 stop rule for the dealer . R code available in resource section of sakai. Estimated Results. Homework. Modify the R code to use soft 17. Always stop if 18 or higher
E N D
Black jack analysis • We will use R to compute the probability of dealer going bust. • We use hard 17 stop rule for the dealer. • R code available in resource section of sakai
Homework • Modify the R code to use soft 17. • Always stop if 18 or higher • Stop on 17 unless there is A counted as 11(in which case dealer hit himself/herself) • What do you expect to happen?
Counting cards • Basic counting rule: • +1 for 2-6 • 0 for 7-9 • -1 for 10-A • We will again use R to compute the probability of dealer going bust. • We only start playing when the count becomes 17 • R code available in resource section of sakai
Estimated Results – Count +17 • Quote from wikipedia: • “Another aspect of the probability of card counting is that, at higher counts, the player's probability of winning a hand is only slightly changed and still below 50%. The player's edge over the house on such hands does not come from the player's probability of winning the hands. Instead it comes from the increased probability of blackjacks, increased gain and benefit from doubling, splitting and surrender, and the insurance side bet, which becomes profitable at high counts.”