Raise F/T/R inaccurate?
Toying around with stats, I looked up the actual definition for "Raise Flop":
(cnt_x_raise / (cnt_x_call + cnt_x_fold + cnt_x_raise)) * 100
Shouldn't there be a little something saying "and NOT facing allin" or something like that? If we face an all-in we can't raise, but can still fold or call, so in this equation it adds up to the raise opportunities and thus incorrectly lowers our values for raise stats.
It would be very appreciated if the stat was built like this: cnt_f_raise / cnt_f_raise_oop..
This would make building custom stats a lot easier too.
However,
"cnt_x_raise_opp" and also "cnt_x_bet_opp" columns seem to be non-existent. :(
I wonder why? They exist for generally anything else (like cbets etc.)
(cnt_x_raise / (cnt_x_call + cnt_x_fold + cnt_x_raise)) * 100
Shouldn't there be a little something saying "and NOT facing allin" or something like that? If we face an all-in we can't raise, but can still fold or call, so in this equation it adds up to the raise opportunities and thus incorrectly lowers our values for raise stats.
It would be very appreciated if the stat was built like this: cnt_f_raise / cnt_f_raise_oop..
This would make building custom stats a lot easier too.
However,
"cnt_x_raise_opp" and also "cnt_x_bet_opp" columns seem to be non-existent. :(
I wonder why? They exist for generally anything else (like cbets etc.)
