Hello guys. I was checking some stats yesterday when I noticed that a specific player has had mode opportunities to "Cold Call a 2Bet PF" than to simply "Call a 2Bet PF" (see image attached).
Simply Call a 2Bet PF should include the case when the player can Cold Call and more opportunities, am I right? If yes, then "Call PF 2Bet" should have shown AT LEAST the same number of opportunities than the stat "Cold Call 2Bet PF".
I think the stat "Cold Call 2Bet PF" is counting also the times when the player faced a 3Bet PF as a possibility to make a Cold Call vs a 2Bet. This because of the Column "cnt_p_ccall_opp", which formula doens't exclude the times when the player face a 3Bet PF. I think the formula should be (in blue are the changes I made):
sum(if[ NOT( NOT(cash_hand_player_statistics.flg_p_face_raise) OR (cash_hand_player_statistics.flg_p_limp) OR (cash_hand_player_statistics.flg_p_first_raise) OR NOT(cash_hand_player_statistics.flg_p_3bet_opp)) AND (cash_hand_player_statistics.amt_blind=0), 1, 0])
What do you think?
I appreciate your help!