Two Plus Two Newer Archives  

Go Back   Two Plus Two Newer Archives > PL/NL Texas Hold'em > High Stakes
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #11  
Old 04-29-2006, 03:11 AM
Lyric Lyric is offline
Senior Member
 
Join Date: Feb 2006
Location: Iowa
Posts: 783
Default Re: Your Edge

[ QUOTE ]
Hi Lyric,

I just use the following simple formula to determine my edge:

Edge = avg. edge of an expert + a bajillion%

[/ QUOTE ]

That's amusing, because I've been estimating mine using roughly the same method so far. I was simply adding a bijililion trillion google%. However, your calculation is almost certainly a better guess.
Reply With Quote
  #12  
Old 10-29-2007, 03:07 PM
Redgrape Redgrape is offline
Senior Member
 
Join Date: Mar 2007
Posts: 816
Default Re: Your Edge

I don't get it, i see this thread on the first page yet no new replies???
Reply With Quote
  #13  
Old 10-29-2007, 03:09 PM
ImsaKidd ImsaKidd is offline
Senior Member
 
Join Date: Aug 2005
Location: CHOO CHOO
Posts: 11,074
Default Re: Your Edge

[ QUOTE ]
I don't get it, i see this thread on the first page yet no new replies???

[/ QUOTE ]

Reply With Quote
  #14  
Old 10-29-2007, 04:30 PM
DJ Sensei DJ Sensei is offline
Senior Member
 
Join Date: Apr 2005
Location: pushing it to the limit
Posts: 7,419
Default Re: Your Edge

has anybody tried dave's database code?
Reply With Quote
  #15  
Old 10-29-2007, 04:43 PM
ike ike is offline
Senior Member
 
Join Date: Jan 2004
Posts: 2,130
Default Re: Your Edge

Not to say its not interesting, but assuming you had this number what would it be good for?
Reply With Quote
  #16  
Old 10-29-2007, 04:49 PM
DJ Sensei DJ Sensei is offline
Senior Member
 
Join Date: Apr 2005
Location: pushing it to the limit
Posts: 7,419
Default Re: Your Edge

Well it'd be as close as we can get to a true estimation of expected variance, and allow for more precise bankroll management, etc. I think we've all realized most of those things through shared experience by this point, but it never hurts to have some numbers to back it up.

Also, it allows for people to talk [censored] about how they have a bigger number than somebody else, which usually leads to hilarious consequences.
Reply With Quote
  #17  
Old 11-08-2007, 07:51 AM
beach_bum beach_bum is offline
Senior Member
 
Join Date: Jun 2003
Posts: 198
Default Re: Your Edge

Hi Dave,
I am running this query on a FullTilt PostgreSQL database and I am betting the following error:

row number -1 is out of range 0..-1
Total query runtime: 10 ms.
0 rows retrieved.


The only figures I have changed are my screen name and the limit. Can you tell me what the problem is?

Also, can you give me the correct notation for FTP games?

I am curious what I should be putting in the:


AND game_level.game_level_desc = 'NL $50'


line if I want to look at higher limits on Full Tilt or PokerStars. I am guessing that the notation is different on the different sites.

Thanks



[ QUOTE ]


------------------------- code ----------------

SELECT
screen_name, COUNT(game_players.game_id) AS HANDS,
SUM(total_bet) AS BET, SUM(total_won) AS WON,
((SUM(total_won)/SUM(total_bet))-1)*100 as EDGE,
SUM(total_won)-SUM(total_bet) as PROFIT

FROM players, game_players, game, game_level
WHERE players.player_id = game_players.player_id
AND game_players.game_id = game.game_id
AND game.game_level_id = game_level.game_level_id
AND game_level.game_level_desc = '<font color="red">NL $50</font>'
AND screen_name='<font color="blue">your_screenname_here</font>'
GROUP BY screen_name;

--------------------------------------------------


[/ QUOTE ]
Reply With Quote
  #18  
Old 11-08-2007, 08:47 AM
holdem2000 holdem2000 is offline
Senior Member
 
Join Date: Jul 2004
Posts: 309
Default Re: Your Edge

[ QUOTE ]
Well it'd be as close as we can get to a true estimation of expected variance, and allow for more precise bankroll management, etc. I think we've all realized most of those things through shared experience by this point, but it never hurts to have some numbers to back it up.

[/ QUOTE ]

Can't you do that in PT under the Sessions tab and click More Detail? Gives you a SD/100 hands (this will somewhat underestimate your variation around your expectation since hands aren't entirely uncorrelated)... this is more directly a measure of your variance. The edge stat can be quite low (indicating high variance) if a player frequently makes large bluffs while the true variance is lower because the player impeccably choses these large bluffs in spots where he is never called.
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 04:51 PM.


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