Discuss how to create custom stats, reports and HUD profiles and share your creations.
Moderators: WhiteRider, kraada, Flag_Hippo, morny, Moderators
by dogmeat » Sat Sep 29, 2012 7:46 am
could someone verify my definition:
- Code: Select all
(cnt_p_raise_first_in / cnt_p_open_opp ) * (cnt_p_4bet_after_raising / cnt_p_3bet_def_opp_when_open_raised) * 100
open raise% * 4b after raise% /100
i couldnt figure out if 4b after raising is after any 2bet pf or raise 1st specifically
e: it looked easy but i m getting expression error
-
dogmeat
-
- Posts: 8
- Joined: Tue May 29, 2012 8:28 pm
by dogmeat » Sat Sep 29, 2012 8:32 am
fixed exp. error by putting ( ) before *100
-
dogmeat
-
- Posts: 8
- Joined: Tue May 29, 2012 8:28 pm
by dogmeat » Sat Sep 29, 2012 8:54 am
- Code: Select all
(((cnt_p_raise_limpers + cnt_p_raise_first_in) / (cnt_p_facing_limpers + cnt_p_open_opp))* (cnt_p_4bet_after_raising / cnt_p_3bet_def_opp_when_open_raised)) * 100
-
dogmeat
-
- Posts: 8
- Joined: Tue May 29, 2012 8:28 pm
by kraada » Sat Sep 29, 2012 9:15 am
That looks like it should work to me.
-
kraada
- Moderator
-
- Posts: 54431
- Joined: Wed Mar 05, 2008 2:32 am
- Location: NY
by Lith1um » Thu Oct 04, 2012 3:17 am
Wanted to check if ur trully sure, cause numbers given by this stat are huge, like 7 vs 3 or 3.56 vs 1.9\2.1 (smaller numbers are built-in 4bet+ ratio). Is this really working ? This can be defined as 4bet+ ratio WR (when raised) ?
(((cnt_p_raise_limpers + cnt_p_raise_first_in) / (cnt_p_facing_limpers + cnt_p_open_opp))* (cnt_p_4bet_after_raising / cnt_p_3bet_def_opp_when_open_raised)) * 100 And no mistake here ? Cause after pt3 it looks like ill have to change strategy against some players in a way.
-
Lith1um
-
- Posts: 46
- Joined: Mon Jul 06, 2009 3:37 pm
by WhiteRider » Thu Oct 04, 2012 6:22 am
Your divisor (cnt_p_4bet_after_raising / cnt_p_3bet_def_opp_when_open_raised) is only dividing by times the player faced a 3bet after open-raising - it doesn't include times you raised limpers.
-
WhiteRider
- Moderator
-
- Posts: 54017
- Joined: Sat Jan 19, 2008 7:06 pm
- Location: UK
by Lith1um » Thu Oct 04, 2012 8:23 am
hm . i think i understand where you point, but can't figure the right formula, it should be like this - (((cnt_p_raise_limpers + cnt_p_raise_first_in) / (cnt_p_facing_limpers + cnt_p_open_opp))* ((cnt_p_4bet_after_raising / cnt_p_3bet_def_opp_when_open_raised) / (cnt_p_4bet_after_open_raising / cnt_p_3bet_def_opp_when_open_raised )) * 100
guess i made mistakes there, can u check please ?
or ? it should be (cnt_p_4bet_after_raising / cnt_p_3bet_def_opp_when_raised) in denominator ?
-
Lith1um
-
- Posts: 46
- Joined: Mon Jul 06, 2009 3:37 pm
by Lith1um » Thu Oct 04, 2012 8:46 am
if it is possible please wright dull definition.
-
Lith1um
-
- Posts: 46
- Joined: Mon Jul 06, 2009 3:37 pm
by Lith1um » Thu Oct 04, 2012 10:39 am
-
Lith1um
-
- Posts: 46
- Joined: Mon Jul 06, 2009 3:37 pm
by kraada » Thu Oct 04, 2012 10:47 am
The way that column is built it does include raises over limpers - it might be more aptly named when having 2bet. But the definition is flg_p_first_raise which is true when you made the 2bet regardless of whether you faced limpers or not (as you can see if you look at the definition of cnt_p_raise_limpers).
-
kraada
- Moderator
-
- Posts: 54431
- Joined: Wed Mar 05, 2008 2:32 am
- Location: NY
Return to Custom Stats, Reports and HUD Profiles
Users browsing this forum: No registered users and 29 guests