Hi PT4 support. I was hoping you could help me to understand what's going on here because I can't figure this one out myself.
I have both these stats in my HUD side-by-side. Sometimes I notice with some players that the sum of the two is more than 100%. Since there are also other actions to account for in that 100% I figure it should be a rarity that the two should ever even approach 100%.
Can you help me with this please?
*** Call Any Preflop Raise Percentage ***
Percentage of the time that a player called any raise preflop, given that he had a chance to do so.
Formula: Number of Times Player Called Any Preflop Raise / Number of Times Player Could Call a Preflop Raise
((cnt_p_2bet_def_action_call + cnt_p_3bet_def_action_call + cnt_p_4bet_def_action_call) / ( cnt_p_2bet_def_opp + cnt_p_3bet_def_opp + cnt_p_4bet_def_opp)) * 100
*** Fold to Any Preflop Raise Percentage ***
Percentage of the time that a player folded when facing any raise preflop, given that he had a chance to do so.
Formula: Number of Times Player Folded to Any Preflop Raise / Number of Times Player Could Fold to a Preflop Raise
((cnt_p_2bet_def_action_fold + cnt_p_3bet_def_action_fold + cnt_p_4bet_def_action_fold) / ( cnt_p_2bet_def_opp + cnt_p_3bet_def_opp + cnt_p_4bet_def_opp)) * 100