Results 1 to 3 of 3

Thread: kc: Simulation programming problem

  1. #1
    kc
    Guest

    kc: Simulation programming problem

    Problem: A programmer wants to investigate probabilities using simulation at a given shoe pen for a given situation using a count; for example 10,5 vs 10. Say we want to look at the probabilties when 17 additional cards have been dealt from a single deck, so 20 cards will have been dealt. Assume for the sake of argument that the programmer can simulate a truly random deal. Also say we want to look at the probalities of a Hi-Lo running count of +3 at this pen.

    Question: One way of approaching this problem is to remove 2 10s and a 5 from the deck and then randomly deal 17 cards a number of times and only record the deals when the running count is exactly +3. What I'm wondering is if there is a way to force a running count of +3 after each and every random deal of 17 cards without compromising randomness.

    I hope the question is clear. Responses welcome.

    kc

  2. #2
    Norm Wattenberger
    Guest

    Norm Wattenberger: No.

    Also, dealing 17 random cards will not work. The cards cannot be random. That must make up cards that make up real hands and they must be of the frequency of those hands that would be seen in the first 17 cards.

    > Problem: A programmer wants to investigate
    > probabilities using simulation at a given shoe pen for
    > a given situation using a count; for example 10,5 vs
    > 10. Say we want to look at the probabilties when 17
    > additional cards have been dealt from a single deck,
    > so 20 cards will have been dealt. Assume for the sake
    > of argument that the programmer can simulate a truly
    > random deal. Also say we want to look at the
    > probalities of a Hi-Lo running count of +3 at this
    > pen.

    > Question: One way of approaching this problem is to
    > remove 2 10s and a 5 from the deck and then randomly
    > deal 17 cards a number of times and only record the
    > deals when the running count is exactly +3. What I'm
    > wondering is if there is a way to force a running
    > count of +3 after each and every random deal of 17
    > cards without compromising randomness.

    > I hope the question is clear. Responses welcome.

    > kc

  3. #3
    MGP
    Guest

    MGP: Re: Simulation programming problem

    Look up the "Subset Sum" problem

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  

About Blackjack: The Forum

BJTF is an advantage player site based on the principles of comity. That is, civil and considerate behavior for the mutual benefit of all involved. The goal of advantage play is the legal extraction of funds from gaming establishments by gaining a mathematic advantage and developing the skills required to use that advantage. To maximize our success, it is important to understand that we are all on the same side. Personal conflicts simply get in the way of our goals.