Estimating the Suit with 12 Cards: MLE and Confidence Intervals in a Figgie Starting Hand
Suppose you have a deck of cards consisting of 12 cards from one suit, 10 cards from two suits, and 8 cards from the last suit. You draw a hand of 10 cards and want to determine the Maximum Likelihood Estimate (MLE) and a Confidence Interval (CI) for identifying which suit corresponds to the set of 12 cards.
Clearly, if one suit appears strictly more times than any other in your hand, it is the most likely candidate for the suit with 12 cards. However, in cases where multiple suits appear in equal numbers, the decision is less straightforward.
For example, suppose your hand consists of 4 hearts, 4 diamonds, 1 spade, and 1 club. Although hearts and diamonds appear equally often, this does not necessarily imply that both are equally likely to be the suit with 12 cards. One potential approach is to leverage ordered statistics: If we assume that card ranks (A-K) are uniformly distributed from 1 to 13, the maximum and minimum values of the suit with 12 cards should, on average, be more extreme compared to suits with only 10 or 8 cards. This is conceptually similar to the German tank problem.
I know how to compute the probability of drawing exactly N cards from the suit with 12 cards and how to estimate the expected maximum and minimum values from 12 draws out of the set {1,…,13}. However, I am unsure how to combine all available information to construct the MLE and its confidence interval for identifying the suit with 12 cards.
Please let me know if anything is unclear. Also, this question originates from the card game Figgie, where the starting hand is a relatively small but important factor in determining the most accurate prior.
Answer
- The questioner was satisfied with and accepted the answer, or
- The answer was evaluated as being 100% correct by the judge.

- answered
- 103 views
- $40.00
Related Questions
- reading the output of a r regression analysis
- Three red balls and three green balls on a circle
- foundations in probability
- Probability question
- Combinatorial Counting: Painting Streetlight Poles with Color Restrictions
- Probability question regarding Moment genrating function and Chebyshev's ineqaulity(show in file).
- Operational Research probabilistic models
- Expected Value of the Product of Frequencies for a Triangular Die Rolled 15 Times