1 / 7

Lecture 11

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

rasul
Télécharger la présentation

Lecture 11

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Lecture 11

  2. 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

  3. Estimated Results

  4. 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?

  5. 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

  6. 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.”

  7. Play movie 21

More Related