Hey guys!

I am designing a very simple program in MATLAB to analyze some aspects of the game without the need to make lengthy simulations in CV.
So, in this program, I don't actually play the hands, but I define a random number of cards to each hand in order to compute the RC, TC, etc...

I know we get an average of 2.7 cards per hand, however, I don't know the correct frequency of occurrence of each number of cards per hand. I am using:

2 cards: 0.65;
3 cards: 0.15;
4 cards: 0.10;
5 cards: 0.06;
6 cards: 0.03;
7 cards: 0.01;

This distribution has an average of 2.7, but it is only a VERY WILD WILD guess.

Does anyone have the correct numbers?

I thank you very much in advance.

Best!