cbet stat IP and OOP

Discuss how to create custom stats, reports and HUD profiles and share your creations.

Moderators: WhiteRider, kraada, Flag_Hippo, morny, Moderators

Re: cbet stat IP and OOP

Postby clanty » Mon May 30, 2016 2:39 pm

Right...

I have given it my best shot but I believe I have made a slight error somewhere. Reason being is that the results from the stats I have created are slightly different when compared to the results I get when I manually set up the stat in my HUD and filter it by position, if that makes sense?

I will copy and paste what I have done this morning, please can you let me know where I have gone wrong? Thank you.

"Column expressions":-
cnt_f_cbet_IP:
sum(if[cash_hand_player_statistics.flg_f_cbet AND cash_hand_player_statistics.flg_f_has_position, 1, 0])

cnt_f_cbet_IP_3BP:
sum(if[char_length(cash_hand_summary.str_aggressors_p) = 3 and cash_hand_player_statistics.flg_f_cbet AND cash_hand_player_statistics.flg_f_has_position, 1, 0])

cnt_f_cbet_OOP:
sum(if[cash_hand_player_statistics.flg_f_cbet AND NOT cash_hand_player_statistics.flg_f_has_position, 1, 0])

cnt_f_cbet_OOP_3BP:
sum(if[char_length(cash_hand_summary.str_aggressors_p) = 3 and cash_hand_player_statistics.flg_f_cbet AND NOT cash_hand_player_statistics.flg_f_has_position, 1, 0])

cnt_f_cbet_opp_IP:
sum(if[cash_hand_player_statistics.flg_f_cbet_opp AND cash_hand_player_statistics.flg_f_has_position, 1, 0])

cnt_f_cbet_opp_IP_3BP:
sum(if[char_length(cash_hand_summary.str_aggressors_p) = 3 and cash_hand_player_statistics.flg_f_cbet_opp AND cash_hand_player_statistics.flg_f_has_position, 1, 0])

cnt_f_cbet_opp_OOP:
sum(if[cash_hand_player_statistics.flg_f_cbet_opp AND NOT cash_hand_player_statistics.flg_f_has_position, 1, 0])

cnt_f_cbet_opp_OOP_3BP:
sum(if[char_length(cash_hand_summary.str_aggressors_p) = 3 and cash_hand_player_statistics.flg_f_cbet_opp AND NOT cash_hand_player_statistics.flg_f_has_position, 1, 0])


Value expressions:

Cbet Flop IP:
(cnt_f_cbet_IP / cnt_f_cbet_opp_IP) * 100

Cbet Flop IP 3BP:
(cnt_f_cbet_IP_3BP / cnt_f_cbet_opp_IP_3BP) * 100

Cbet Flop OOP:
(cnt_f_cbet_OOP / cnt_f_cbet_opp_OOP) * 100

Cbet Flop OOP 3BP<--- I couldn't find how to change the name of the stat, at the moment it is just called "Cbet Flop OOP (Copy)":
(cnt_f_cbet_OOP_3bp / cnt_f_cbet_opp_OOP_3bp) * 100
clanty
 
Posts: 138
Joined: Fri Sep 18, 2015 8:24 pm

Re: cbet stat IP and OOP

Postby clanty » Mon May 30, 2016 2:43 pm

Apologies if the above is very long winded!
clanty
 
Posts: 138
Joined: Fri Sep 18, 2015 8:24 pm

Re: cbet stat IP and OOP

Postby kraada » Mon May 30, 2016 4:19 pm

Nothing looks obviously wrong - what filters are you using for comparison? Also for reference: Once it's created and saved you can't change a stat's name. You can duplicate it and make a version with a new name though and then delete the one with the wrong name if you need.
kraada
Moderator
 
Posts: 54431
Joined: Wed Mar 05, 2008 2:32 am
Location: NY

Re: cbet stat IP and OOP

Postby clanty » Mon May 30, 2016 4:57 pm

I am comparing with these, respectively:
https://gyazo.com/2f3dd4022739a13d058771fa77ac11cb
They bring back these results:
Cbet Flop IP 3BP - 58.33%
Cbet Flop OOP 3BP - 41.26%
Cbet Flop IP non3bp - 54.37%
Cbeet Flop OOP non3bp - 40.72%
As compared with the results from the stats you guys helped me to create:
Cbet Flop IP 3BP - 57.56%
Cbet Flop OOP 3BP - 41.29%
Cbet Flop IP non3bp - 55.03%
Cbeet Flop OOP non3bp - 40.94%

There isn't any major differences, I was just checking to make sure I didn't mess up anywhere.

Thank you for your patience amidst my ignorance.
clanty
 
Posts: 138
Joined: Fri Sep 18, 2015 8:24 pm

Re: cbet stat IP and OOP

Postby kraada » Tue May 31, 2016 6:30 am

Your stats are for exactly 3bet pots - the ones in the screenshot are for 3bets or higher. The difference is the 4bet and higher pots.
kraada
Moderator
 
Posts: 54431
Joined: Wed Mar 05, 2008 2:32 am
Location: NY

Re: cbet stat IP and OOP

Postby clanty » Tue May 31, 2016 6:35 am

Well spotted, thank you :)
clanty
 
Posts: 138
Joined: Fri Sep 18, 2015 8:24 pm

Re: cbet stat IP and OOP

Postby buffyslayer1 » Wed Jan 04, 2017 8:34 am

Are these available anywhere for tournament not just as cash game stats?
buffyslayer1
 
Posts: 6
Joined: Wed Apr 30, 2014 4:19 am

Re: cbet stat IP and OOP

Postby Flag_Hippo » Wed Jan 04, 2017 9:07 am

You can convert a statistic from cash to tournament via the "Options" button in "Configure -> Statistics".
Flag_Hippo
Moderator
 
Posts: 14493
Joined: Tue Jan 31, 2012 7:50 am

Re: cbet stat IP and OOP

Postby MarkaAkme » Sun Apr 02, 2017 11:04 pm

clanty wrote:I am comparing with these, respectively:
https://gyazo.com/2f3dd4022739a13d058771fa77ac11cb
They bring back these results:
Cbet Flop IP 3BP - 58.33%
Cbet Flop OOP 3BP - 41.26%
Cbet Flop IP non3bp - 54.37%
Cbeet Flop OOP non3bp - 40.72%
As compared with the results from the stats you guys helped me to create:
Cbet Flop IP 3BP - 57.56%
Cbet Flop OOP 3BP - 41.29%
Cbet Flop IP non3bp - 55.03%
Cbeet Flop OOP non3bp - 40.94%

There isn't any major differences, I was just checking to make sure I didn't mess up anywhere.

Thank you for your patience amidst my ignorance.

Ey bro I'm looking for these stat's, could you help me by passing your skype? tyty
MarkaAkme
 
Posts: 3
Joined: Sun Apr 02, 2017 10:31 pm

Re: cbet stat IP and OOP

Postby MarkaAkme » Mon Apr 03, 2017 12:14 am

EBNC Flop IP 3BP:
(cnt_f_cbet_IP_3BP / cnt_f_cbet_opp_IP_3BP) * 100
invalid value expression :(, i change for (cnt_f_cbet_IP_3bet_pot / cnt_f_cbet_opp_IP_3bet_pot) * 100 and also invalid value expression :////
MarkaAkme
 
Posts: 3
Joined: Sun Apr 02, 2017 10:31 pm

PreviousNext

Return to Custom Stats, Reports and HUD Profiles

Who is online

Users browsing this forum: No registered users and 12 guests

cron