Coupon collector's problem
|
|
It has been suggested that Coupon collector's problem (generating function approach) be merged into this article. (Discuss) Proposed since August 2011. |
In probability theory, the coupon collector's problem describes the "collect all coupons and win" contests. It asks the following question: Suppose that there are n different coupons, equally likely, from which coupons are being collected with replacement. What is the probability that more than t sample trials are needed to collect all n coupons? An alternative statement is: Given n coupons, how many coupons do you expect you need to draw with replacement before having drawn each coupon at least once? The mathematical analysis of the problem reveals that the expected number of trials needed grows as
.[1] For example, when n = 50 it takes about 225[2] trials to collect all 50 coupons.
Contents |
Understanding the problem [edit]
The key to solving the problem is understanding that it takes very little time to collect the first few coupons. On the other hand, it takes a long time to collect the last few coupons. In fact, for 50 coupons, it takes on average 50 trials to collect the very last coupon after the other 49 coupons have been collected. This is why the expected time to collect all coupons is much longer than 50. The idea now is to split the total time into 50 intervals where the expected time can be calculated.
Solution [edit]
Calculating the expectation [edit]
Let T be the time to collect all n coupons, and let ti be the time to collect the i-th coupon after i − 1 coupons have been collected. Think of T and ti as random variables. Observe that the probability of collecting a new coupon given i − 1 coupons is pi = (n − (i − 1))/n. Therefore, ti has geometric distribution with expectation 1/pi. By the linearity of expectations we have:
Here Hn is the harmonic number. Using the asymptotics of the harmonic numbers, we obtain:
where
is the Euler–Mascheroni constant.
Now one can use the Markov inequality to bound the desired probability:
Calculating the variance [edit]
Using the independence of random variables ti, we obtain:
where the last equality uses a value of the Riemann zeta function (see Basel problem).
Now one can use the Chebyshev inequality to bound the desired probability:
Tail estimates [edit]
A different upper bound can be derived from the following observation. Let
denote the event that the
-th coupon was not picked in the first
trials. Then:
Thus, for
, we have
.
Connection to probability generating functions [edit]
Another combinatorial technique can also be used to resolve the problem: see Coupon collector's problem (generating function approach).
Extensions and generalizations [edit]
- Paul Erdős and Alfréd Rényi proved the limit theorem for the distribution of T. This result is a further extension of previous bounds.
- Donald J. Newman and Lawrence Shepp found a generalization of the coupon collector's problem when k copies of each coupon needs to be collected. Let Tk be the first time k copies of each coupon are collected. They showed that the expectation in this case satisfies:
-
- Here k is fixed. When k = 1 we get the earlier formula for the expectation.
- Common generalization, also due to Erdős and Rényi:
See also [edit]
Notes [edit]
- ^ Here and throughout this article, "log" refers to the natural logarithm rather than a logarithm to some other base. The use of Θ here invokes big O notation.
- ^ E(50) = 50*(1 + 1/2 + 1/3 + .. 1/50) = 224.96, the expected number of trials to collect all 50 coupons. The approximation
for this expected number gives in this case
.
References [edit]
- Blom, Gunnar; Holst, Lars; Sandell, Dennis (1994), "7.5 Coupon collecting I, 7.6 Coupon collecting II, and 15.4 Coupon collecting III", Problems and Snapshots from the World of Probability, New York: Springer-Verlag, pp. 85–87, 191, ISBN 0-387-94161-4, MR 1265713.
- Dawkins, Brian (1991), "Siobhan's problem: the coupon collector revisited", The American Statistician 45 (1): 76–82, JSTOR 2685247.
- Erdős, Paul; Rényi, Alfréd (1961), "On a classical problem of probability theory", Magyar Tudományos Akadémia Matematikai Kutató Intézetének Közleményei 6: 215–220, MR 0150807.
- Newman, Donald J.; Shepp, Lawrence (1960), "The double dixie cup problem", American Mathematical Monthly 67: 58–61, doi:10.2307/2308930, MR 0120672
- Flajolet, Philippe; Gardy, Danièle; Thimonier, Loÿs (1992), "Birthday paradox, coupon collectors, caching algorithms and self-organizing search", Discrete Applied Mathematics 39 (3): 207–229, doi:10.1016/0166-218X(92)90177-C, MR 1189469.
- Isaac, Richard (1995), "8.4 The coupon collector's problem solved", The Pleasures of Probability, Undergraduate Texts in Mathematics, New York: Springer-Verlag, pp. 80–82, ISBN 0-387-94415-X, MR 1329545.
- Motwani, Rajeev; Raghavan, Prabhakar (1995), "3.6. The Coupon Collector's Problem", Randomized algorithms, Cambridge: Cambridge University Press, pp. 57–63, MR 1344451.
External links [edit]
- "Coupon Collector Problem" by Ed Pegg, Jr., the Wolfram Demonstrations Project. Mathematica package.
- Coupon Collector Problem, a simple Java applet.
- How Many Singles, Doubles, Triples, Etc., Should The Coupon Collector Expect?, a short note by Doron Zeilberger.





![\begin{align}
P\left [ {Z}_i^r \right ] = \left(1-\frac{1}{n}\right)^r \le e^{-r / n}
\end{align}](http://upload.wikimedia.org/math/1/9/2/1926fb36da39cd66a984c6c1b87f0072.png)
![\begin{align}
P\left [ T > \beta n \log n \right ] \le P \left [ \bigcup_i {Z}_i^{\beta n \log n} \right ] \le n \cdot P [ {Z}_1^{\beta n \log n} ] \le n^{-\beta + 1}
\end{align}](http://upload.wikimedia.org/math/d/4/6/d46223dfc0670d9ebaa3d23f26959eb6.png)



for this expected number gives in this case
.