Simulation of the growth of a poker player's bankroll

  • Thread starter Thread starter Fredrik
  • Start date Start date
  • Tags Tags
    Growth Simulation
AI Thread Summary
The discussion focuses on the simulation of a poker player's bankroll growth using an Excel document that requires inputting the player's win rate and standard deviation. A participant critiques the simulation, arguing that its assumptions, particularly regarding the normal distribution of profit per hand, are flawed. The simulation employs a specific formula involving random number generation to calculate profit over time, which raises questions about the mathematical functions used, such as logarithms and sine. The original poster seeks clarification on these functions to improve their understanding and potentially create a better simulation. Overall, the conversation emphasizes the need for accurate statistical modeling in poker bankroll growth simulations.
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:
I'm taking a look at intuitionistic propositional logic (IPL). Basically it exclude Double Negation Elimination (DNE) from the set of axiom schemas replacing it with Ex falso quodlibet: ⊥ → p for any proposition p (including both atomic and composite propositions). In IPL, for instance, the Law of Excluded Middle (LEM) p ∨ ¬p is no longer a theorem. My question: aside from the logic formal perspective, is IPL supposed to model/address some specific "kind of world" ? Thanks.
Back
Top