Alright. I've been playing Texas hold-em online quite a bit recently, and I've collected about 150 hands worth of data. (Just my cards, unfortunately.)
All of the tests I've done on it so far have shown the cards to be random, except one, which I'm having some trouble with. So, rather than assume the game's rigged, I thought I should ask if I'm doing it right.(Especially since I'd need at least 1000 hands to reach statistical significance with this test.)
The test in question is checking the distribution of the high card. For those that don't know, a hand in Texas hold-em is only 2 cards, drawn from one normal poker deck. That other cards are drawn for the community cards and for the other players shouldn't affect the distribution of my two cards (right?).
Well, the equation I'm using to get the expected values is as follows. (I'm counting kings as 13s and aces as 1s.)
Arg. At this point, I realized that I was tallying up the wrong thing on my spreadsheet. Now I get a result of 0.69 instead of 4.5E-15.Still, I'm not certain my math is right, and I haven't done the math for the low card yet (though it should be similar), so maybe someone still has something to add.
For completeness, if anyone's interested, the actual count's are (from king to ace):
22, 16, 16, 15, 16, 18, 16, 10, 8, 2, 3, 2, 0
Edit: Oh yeah, while I'm here, can anyone think of any other good tests for a hand of just two cards?