Simulation of the growth of a poker player's bankroll

  • Context: Undergrad 
  • Thread starter Thread starter Fredrik
  • Start date Start date
  • Tags Tags
    Growth Simulation
Click For Summary
SUMMARY

The discussion centers on the simulation of a poker player's bankroll growth using an Excel tool found at http://pokerfilz.50megs.com/variancedemo.xls. The simulation requires input of the player's win rate in ptbb per 100 hands and standard deviation per 100 hands, which can be obtained using Poker Tracker. A key formula used in the simulation is =SQRT(-2*LN(RAND()))*SIN(2*PI()*RAND()), which generates random values for profit calculations. Concerns were raised regarding the assumptions of the simulation, particularly the normal distribution of profit per hand.

PREREQUISITES
  • Understanding of poker terminology, specifically "ptbb" and "big blind".
  • Familiarity with Excel functions, particularly RAND(), SQRT(), LN(), and SIN().
  • Knowledge of statistical concepts such as standard deviation and normal distribution.
  • Experience with Poker Tracker for calculating win rates and standard deviations.
NEXT STEPS
  • Research the implications of non-normally distributed profit in poker simulations.
  • Learn advanced Excel techniques for statistical simulations.
  • Explore alternative poker bankroll management simulations and their methodologies.
  • Study the mathematical foundations of random number generation in simulations.
USEFUL FOR

Poker players, data analysts, and statisticians interested in bankroll management strategies and simulation techniques in gambling contexts.

Fredrik
Staff Emeritus
Science Advisor
Homework Helper
Insights Author
Gold Member
Messages
10,876
Reaction score
423
I need some help with some statistics stuff. Right now I need it to understand one particular discussion in a poker forum, but I also think that this is a good opportunity for me to learn these things better. That's why I'm posting my questions here instead of in the poker forum.

Someone claimed that http://pokerfilz.50megs.com/variancedemo.xls does a reasonably accurate simulation of the growth of a poker player's bankroll, given that we know the player's win rate in ptbb per 100 hands ("ptbb/100") and the standard deviation per 100 hands ("sd/100"). A "ptbb" is 2 times the size of the big blind.

One person who replied said that the Excel document is fine, but some of the assumptions that it's based on are not. His main objection seems to be that the simulation is messed up because the profit per hand is not normally distributed.

I would like to understand these things and maybe do a better simulation myself.

The first step is to try to understand the simulation. You're supposed to use a program called Poker Tracker to find out your win rate and standard deviation, and input them into the document. The simulation is built around the following formula:

=SQRT(-2*LN(RAND()))*SIN(2*PI()*RAND())

The function rand() returns a random number between 0 and 1. Then the following expression is used:

= B40*$D$4+$D$3

That's the result of the previous calculation times the sd/100 plus the ptbb/100. These two calculations are repeated many times (one time for each point on the x axis). The profit so far is calculated from these results and plotted against the number of hands played. Each point on the x-axis is 100 hands. Each point on the y-axis is one buy-in, i.e. 50 ptbb or 100 big blinds.

Now, the first thing I need help with is the "random" formula above. I'm hoping that someone can explain it to me. I don't even know what the log and sin functions are doing there.

http://forumserver.twoplustwo.com/showflat.php?Cat=0&Number=8457727&page=0&fpart=all&vc=1 is a link to the thread in the poker forum, if anyone's interested.
 
Last edited by a moderator:

Similar threads

  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 14 ·
Replies
14
Views
5K
  • · Replies 2 ·
Replies
2
Views
3K
  • · Replies 11 ·
Replies
11
Views
3K