Two Plus Two Newer Archives  

Go Back   Two Plus Two Newer Archives > Internet Gambling > Internet Gambling
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #1  
Old 12-04-2004, 11:43 PM
Homer Homer is offline
Senior Member
 
Join Date: Sep 2002
Location: done
Posts: 13,831
Default \"How many hands do I need to play...\"

Introduction

Recently, I've noticed a lot of players asking how many hands they need to play in order to prove that they are a winning player or that they are winning at a certain rate. Usually, the responses received are along to lines of:

- The vague answer -- "You need way more hands than that"

- The random number answer -- "You need at least 100,000,000 hands"

Anyway, I've decided to go over the process of computing confidence intervals, which will allow you to make mathematically valid statements about your true win rate.

Details

In order to compute a confidence interval, you need to locate certain statistics in Poker Tracker, specifically total hands, total table-hours, EV/table-hr (Amount won / Hours played) and SD/hr. All of these statistics are located under Session Notes -> Session Summary, with the exception of standard deviation, which is displayed after a user clicks the "More Detail..." button.

I just started using Poker Tracker again to track my 5/10 SH play, so I'll use those numbers as an example since I was planning to compute the confidence interval for that data anyway.

Hands (h) = 3115
Table-hrs (n) = 32.45
EV/hr (ev) = $39.41
SD/hr (sd) = $182.97

Once you have these statistics, you can use the below formulas to compute the upper bound (u) and lower bound (l) for a given confidence interval (c).

u = ev - normsinv[(1-c)/2]*sd*[1/sqrt(n)]

l = ev + normsinv[(1-c)/2]*sd*[1/sqrt(n)]

For the sample data I set the confidence interval at 95% and with these formulas found that the upper bound is $102 and the lower bound is -$24.

With this information, I can make the following statement:

"I am 95% confident that my true win rate is between -$24 and $102 per table-hr."

-- If I change the confidence interval to...

75%; Lower bound = $2 Upper bound = $76

50%; Lower bound = $18, Upper bound = $61

-- If I keep the confidence interval at 95% and change the hours played to...

100 (9600 hands); Lower bound = $4, Upper Bound = $75

250 (24,000 hands); Lower bound = $17, Upper bound = $62

1000 (96,000 hands); Lower bound = $28, Upper bound = $51

5000 (480,000 hands); Lower bound = $34, Upper bound = $44

10,000 (960,000 hands) Lower bound = $36, Upper bound = $43

From this, you can see that after 3000 hands you can't prove much of anything. It is within the realm of possibility that I have a true win rate of -2.5 BB/hr despite the fact that over 3000 hands I won at a clip of 4 BB/hr. You can also see that even after 500,000 hands, it is not a rarity for a player's true win rate to be 0.5 BB/hr more or less than his results to date.

Creating an Excel spreadsheet

It is quite easy to setup an Excel spreadsheet to compute confidence intervals. Information need only be entered in a few cells, as follows:

Cell A1 - "Hours Played"; Cell B1 - Hours played value (from PT)

Cell A2 - "EV/hr"; Cell B2 - EV/hr value (from PT)

Cell A3 - "SD/hr"; Cell B3 - SD/hr value (from PT)

Cell A4 - "Confidence Interval"; Cell B4 - ".95"

Cell A5 - "Upper Bound"; Cell B5 - <font color="green">=A2-normsinv((1-A4)/2)*A3*(1/sqrt(A1))</font>

Cell A6 - "Lower Bound"; Cell B6 - <font color="green">=A2+normsinv((1-A4)/2)*A3*(1/sqrt(A1))</font>

After you do this, you can mess around with cells A1, A2 and A4 (probably not A3 as your SD/hr converges fairly quickly and isn't likely to change unless your playing style does).

-- Homer
Reply With Quote
  #2  
Old 12-04-2004, 11:51 PM
itsmarty itsmarty is offline
Senior Member
 
Join Date: Nov 2003
Posts: 705
Default Re: \"How many hands do I need to play...\"

Excellent work, thanks for posting it!

Martin
Reply With Quote
  #3  
Old 12-04-2004, 11:54 PM
MicroBob MicroBob is offline
Senior Member
 
Join Date: Sep 2003
Location: The cat is back by popular demand.
Posts: 29,344
Default Re: \"How many hands do I need to play...\"

Nice post Homey!

Reminiscent of the post you did on streaks (with all the nifty charts) back in the day.

I look forward to constructing my own groovy spreadsheet.
Reply With Quote
  #4  
Old 12-04-2004, 11:56 PM
Homer Homer is offline
Senior Member
 
Join Date: Sep 2002
Location: done
Posts: 13,831
Default Re: \"How many hands do I need to play...\"

[ QUOTE ]
I look forward to constructing my own groovy spreadsheet.

[/ QUOTE ]

Cool. I just realized I posted this in the Zoo out of habit. Probably would have been better off in Small Stakes or Poker Theory, though I guess it is Internet Gambling related (since I'm talking about using PT stats).

-- Homer
Reply With Quote
  #5  
Old 12-04-2004, 11:58 PM
Lazy Meatball Lazy Meatball is offline
Senior Member
 
Join Date: May 2003
Location: Night Shift
Posts: 4,758
Default Re: \"How many hands do I need to play...\"

Bravo
Reply With Quote
  #6  
Old 12-04-2004, 11:58 PM
SackUp SackUp is offline
Senior Member
 
Join Date: Feb 2004
Location: Undefeated as a Lawyer!
Posts: 6,580
Default Re: \"How many hands do I need to play...\"

Great post for the zoo too!

It could be good for any of the limit stakes as well.

Well done Homer. I'll have to get on this once I get some more hands in [img]/images/graemlins/smile.gif[/img]
Reply With Quote
  #7  
Old 12-05-2004, 12:01 AM
MicroBob MicroBob is offline
Senior Member
 
Join Date: Sep 2003
Location: The cat is back by popular demand.
Posts: 29,344
Default Re: \"How many hands do I need to play...\"

seems to me there are about as many posters asking 'how confident can i be in this win-rate after 2,659 hands??' in the Zoo as in any other forum.
Reply With Quote
  #8  
Old 12-05-2004, 12:31 AM
spamuell spamuell is offline
Senior Member
 
Join Date: Oct 2003
Location: London, UK
Posts: 5,128
Default Re: \"How many hands do I need to play...\"

Thanks Homer, excellent post.

In the forumulae you gave in green, I had to change the As to Bs to get it to work but I think that's probably because I just put the values in different places to where you said.

If I was to change the EV/hr and SD/hr to BB/100 and SD/100 (in BBs), do you know if that would also work?

Thanks again.
Reply With Quote
  #9  
Old 12-05-2004, 12:49 AM
ctv1116 ctv1116 is offline
Senior Member
 
Join Date: Dec 2003
Location: Princeton, NJ
Posts: 1,282
Default Re: \"How many hands do I need to play...\"

Excellent analysis as usual.
Reply With Quote
  #10  
Old 12-05-2004, 12:59 AM
Homer Homer is offline
Senior Member
 
Join Date: Sep 2002
Location: done
Posts: 13,831
Default Re: \"How many hands do I need to play...\"

[ QUOTE ]
In the forumulae you gave in green, I had to change the As to Bs to get it to work but I think that's probably because I just put the values in different places to where you said.

[/ QUOTE ]

No, you did it correctly. I made a mistake. To anyone else who can't get the spreadsheet to work, the upper and lower bound formulas should refer to cells B1, B2 and B4 rather than A1, A2 and A4.

[ QUOTE ]
If I was to change the EV/hr and SD/hr to BB/100 and SD/100 (in BBs), do you know if that would also work?

[/ QUOTE ]

Yes, that will work, provided that instead of using total hours you use sets of 100 hands. In other words, if you've played 10,000 hands at 50 hands/hr, rather than using 200 hrs you would use 100 "sets of 100 hands".

-- Homer
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 07:37 AM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.