Page 1 of 1

SB limp and call BB raise

PostPosted: Wed Nov 26, 2008 12:45 am
by pr1mo
In the repository there is the "SB limp and call BB raise" stat which is a correction done from a stat from the HU 6 stats in one group posting by pt forum member: Al1_Ge The stat says how often someone is folded to in the SB and calls and then calls a raise from the BB. Will this work for 6max and Full ring as well? or just HU situations? formula is: (cnt_sb_limp_call / cnt_sb_limp_face_raise) * 100 I tried msg'n him but said user was not found on forum.

Re: SB limp and call BB raise

PostPosted: Wed Nov 26, 2008 7:20 am
by WhiteRider
I'm pretty sure that the stat will work for all table sizes.
Have a look at the columns (cnt_sb_limp_call & cnt_sb_limp_face_raise) and if they don't refer to the number of players then it will work for all sizes.

Re: SB limp and call BB raise

PostPosted: Thu Nov 27, 2008 2:33 am
by pr1mo
ok i had a look and for the first line it says position = 9 for both of them so does this mean on a 10 handed table position 9 is the SB? so this stat only works on a 10 handed table? because in his stat definition he states that it's for HU so not sure what that means.

cnt_sb_limp_face_raise:

sum(if[holdem_hand_player_statistics.position = 9 AND
holdem_hand_player_statistics.flg_p_face_raise = true AND
holdem_hand_player_statistics.flg_p_fold = false AND
holdem_hand_player_statistics.cnt_p_raise = 0, 1, 0])

cnt_sb_limp_face_raise:

sum(if[holdem_hand_player_statistics.position = 9 AND
holdem_hand_player_statistics.flg_vpip AND
holdem_hand_player_statistics.flg_p_first_raise = false AND
holdem_hand_player_statistics.flg_p_face_raise, 1, 0])

Re: SB limp and call BB raise

PostPosted: Thu Nov 27, 2008 5:26 am
by WhiteRider
The SB is always position 9 for all table sizes, and BB=8. This is to avoid problems with stats like this. It will work for all sizes.

Re: SB limp and call BB raise

PostPosted: Thu Nov 27, 2008 8:33 am
by Weedobooty
Is there a stat that shows limp/call raise or limp/fold to a raise from other positions?

Re: SB limp and call BB raise

PostPosted: Thu Nov 27, 2008 11:03 am
by WhiteRider
I've added updated versions of these here: viewtopic.php?f=15&t=9500&p=68770#p68770