PDA

View Full Version : Possible stat glitch or what?



Sempronius
12-19-2011, 05:59 PM
My HM version is 1.12.07

I made that popup

_T("\bAs PFR\b")
_T("\bTotal\b")
_T("\bFlop\b")
_T("Raised")
_T("Flop 3b")
_T("\bTurn\b")
_T("\bRiver\b")
newLine
_T("CBet")
_T("")
Continuation_bet.flop
Continuation_bet.flop_raised_pot
Continuation_bet.flop_three-bet_pot
Continuation_bet.turn
Continuation_bet.river
newLine
_T("Fold CB to Raise")
_T("")
Fold_CB_to_raise.flop
Fold_CB_to_raise.flop_raised_pot
Fold_CB_to_raise.flop_three-bet_pot
Fold_CB_to_raise.turn
Fold_CB_to_raise.river
newLine
_T("CB 3bet")
_T("")
CB3B_to_raise.flop
_T("")
_T("")
CB3B_to_raise.turn
CB3B_to_raise.river
newLine
newLine
_T("Fold to Donk")
_T("")
Fold_to_donk_bet.flop
Fold_to_donk_bet.flop_raised_pot
Fold_to_donk_bet.flop_three-bet_pot
newLine
_T("Raise Donk")
_T("")
Raise_donk_bet.flop
Raise_donk_bet.flop_raised_pot
Raise_donk_bet.flop_three-bet_pot
newLine
newLine
_T("\bCommon bets\b")
newLine
_T("Bet")
_T("")
Bet.flop
Bet.flop_raised_pot
Bet.flop_three-bet_pot
Bet.turn
Bet.river
newLine
_T("Fold to Bet")
_T("")
Fold_to_bet.flop
Fold_to_bet.flop_raised_pot
Fold_to_bet.flop_three-bet_pot
Fold_to_bet.turn
Fold_to_bet.river
newLine
_T("Fold to Raise")
_T("")
Fold_to_raise.flop
_T("")
_T("")
Fold_to_raise.turn
Fold_to_raise.river
newLine
_T("\bCheck-Raise\b")
Check-raise.total
Check-raise.flop
Check-raise.flop_raised_pot
Check-raise.flop_three-bet_pot
Check-raise.turn
Check-raise.river
newLine
_T("\bAgression\b")
newLine
_T("\bAF\b")
Aggression_Factor.total
Aggression_Factor.flop
_T("")
_T("")
Aggression_Factor.turn
Aggression_Factor.river
newLine
_T("\bAFq\b")
Aggression_Freq.total
Aggression_Freq.flop
_T("")
_T("")
Aggression_Freq.turn
Aggression_Freq.river


Where interesting point is

newLine
_T("\bCheck-Raise\b")
Check-raise.total
Check-raise.flop
Check-raise.flop_raised_pot
Check-raise.flop_three-bet_pot
Check-raise.turn
Check-raise.river
newLine

http://gyazo.com/5d6955c6761bc4a45fb22c7083d316ac.png
Here we can see result.
Green highlighted are what I believe properly working CBet stat. I believe that Flop CBet is divided totally to 2 cases - simply raised pot and 3bet pot. Every player shows me, that amount of samples of Raised and 3bet added up to total flop (45+3 = 48).
Red highlighted are what I believe improperly working Check-raise stat. Amount of samples of Raised adn 3bet pots don't add up. (63+1=63).
This happnes on every player with enough hands in DB, though it is first player I found, that have both CBet correctly added stats and Check-raise incorrectly.

It appears on every player that Check-raise_flop_raised_pot is equal Check-raise_flop_total.

So tell me please, is it actually a glitch? What is this stat actually counting now - raised pot or total?

Patvs
12-20-2011, 01:42 AM
I've forwarded this issue to the (stat) developer to respond to.