Standard deviation of a sample of poker hands from Mathematics of Poker book

144 Views Asked by At

This is a question related to the book "The Mathematics of Poker" by Bill Chen and Jerrod Ankerman. The author is explaining how to calculate the standard deviation per 100 hands based on a sample of 16,900 hands taken from a distribution with a mean win rate of 1.15BB/100h and a standard deviation of 2.1 BB/h (notice here for some reason it is 2.1BB/h not per 100h). I understand up to the step where he calculates the standard deviation of the 16,900 sample by multiplying the standard deviation of the underlying distribution by the square root of 16,900. However i don't understand the final step where he calculates the standard deviation per 100 hands and he divides by 169 ( i would have expected he needed to divide by the square root of 169).

What important principle am i missing here. Also how is it possible that the standard deviation per hand is 2.1BB/h and the standard deviation of 100h is smaller at 1.61?

enter image description here

1

There are 1 best solutions below

3
On BEST ANSWER

My guess is the calculations in the various of units (big blinds per hand?) are:

  • Sample mean (gain rate): $0.0115\, BB/h$ based on $1.15\, BB/100h$
  • Sample standard deviation: $2.1\, BB/h$ equivalent to $210\, BB/100h$
  • Sample sum: $0.0115 \times 16900 \approx 194\, BB/16900h$
  • Standard error of sample sum: $2.1 \times \sqrt{16900} = 273\, BB/16900h$
  • Standard error of mean: $\frac{273}{16900}= \frac{2.1}{\sqrt{16900}}\approx 0.0161 BB/h$ or $1.61 BB/100h$

The real message here is that the average gain in a single hand is very small compared to the uncertainty in a single hand, so much so that you cannot be confident that the total gain of $194$ big blinds in $16900$ actual hands showed that expected gain per hand is positive.