I'm looking at the "Opponent Modeling in Poker" paper (http://www.cs.virginia.edu/~evans/poker ... llings.pdf). On page 4 there is code for ppot and npot as well as an example breakdown for AdQc+3h4cJh.
Code:
Ahead Tied Behind Sum
Ahead 449005 3211 169504 621720
Tied 0 8370 540 8910
Behind 91981 1036 346543 439560
Rows correspond to where the hand was on flop and columns correspond to where it went on river. My problem is that the paper says ppot_2 = 0.208. But when I put the numbers into the formula I get a slightly different number:
(91981+1036*0.5)/(8910+439560) = 0.20625...
Am I doing something wrong?Statistics: Posted by alex — Wed Jun 12, 2013 10:29 am
]]>