[Prob] (Coupon collector)

Suppose there are n types of toys, which you are collecting one by one, with the goal of getting a complete set. When collecting toys, the toy types are random (as is sometimes the case, for example, with toys included in cereal boxes or included with kids' meals from a fast food restaurant).

Assume that each time you collect a toy, it is equally likely to be any of the n types. What is the expected number of toys needed until you have a complete set?

Solution: Let N be the number of toys needed; we want to find E(N). Our strategy will be to break up N into a sum of simpler r.v.s so that we can apply linearity. So write

N = N1 + N2 + · · · + Nn,

where N1 is the number of toys until the first toy type you haven't seen before (which is always 1, as the first toy is always a new type), N2 is the additional number of toys until the second toy type you haven't seen before, and so forth.

with

相关推荐
ccLianLian12 小时前
数理基础·高等数学摘要
线性代数·概率论
XLYcmy1 天前
京东 算法实习一面 下+手撕
c++·python·llm·概率论·数据处理·训练·codebert
killerbasd2 天前
总结 8。15
人工智能·机器学习·概率论
瑞码空间7 天前
概率论与数理统计完整知识笔记
概率论·数理统计
过期的秋刀鱼!10 天前
倾斜数据集的错误指标-混淆矩阵
人工智能·python·深度学习·机器学习·概率论·模型评估
六边形战士DONK13 天前
16-估计量的评选标准[无偏性,有效性,相合性,均方误差准则]
人工智能·机器学习·概率论
六边形战士DONK13 天前
11-常见随机变量的分布[连续型]
概率论
六边形战士DONK13 天前
15-参数的点估计方法[矩估计,极大似然估计]
人工智能·机器学习·概率论
六边形战士DONK14 天前
08-随机变量的相互独立性
概率论
六边形战士DONK14 天前
09-随机变量的数字特征
人工智能·机器学习·概率论