by bloodndef » Wed Apr 29, 2009 7:06 pm
Taking longer than expected, but will submit the stats in a day or two. I've been test driving them and they work well. Not all are useful, but the ones that are help immensely. I had to make another stat when I learned that the SB and BB are not included in the cold-calling stat.
So hopefully this is the last in the package:
Called a Raise Preflop from the SB or BB
example:
Call-SB/BB:SolidPr
if (cnt_p_call_sbbb_solidpr > 0, 'QQ-88','')
cnt_p_call_sbbb_solidpr
sum(if[(holdem_hand_player_statistics.position = 8 OR holdem_hand_player_statistics.position = 9) AND holdem_hand_player_statistics.cnt_p_call AND (holdem_hand_player_statistics.id_holecard=49 OR holdem_hand_player_statistics.id_holecard=70 OR holdem_hand_player_statistics.id_holecard=89 OR holdem_hand_player_statistics.id_holecard=106 OR holdem_hand_player_statistics.id_holecard=121), 1, 0])
Am I correct in thinking that this call action does not include completing from the SB? That is considered a limp and not a call, right?
And just to doublecheck, have I covered all preflop first actions besides folding?
1. Limping first in (4 positions)
2. Limping With Previous Callers
3. Cold Calling Preflop
4. Calling a Raise Preflop from the SB or BB
5. Put In the First Raise Preflop (2 positions)
6. Raised First In (2 positions)
7. Raised With Previous Callers (2 positions)
8. Raised SB Limper from BB
9. 3-bet Preflop
10. 4-bet Preflop
16 actions x 7 hand ranges = 112 stats
Thank you kraada and WhiteRider for your help throughout this.
After upload, I'll create an official thread with a comprehensive description of all stats.