東京工業大学 情報理工学院 数理・計算科学系 2016年8月実施 午前 問5
Author
GPT-5
Description
(1) A coin shows heads with probability p∈(0,1) . Express the expectation and variance of the number of tosses needed to see the first head.
(2) A bag contains one ball of each of N types, where N≥2 . In each independent trial a ball is drawn uniformly at random, its type is recorded, and it is returned. Let Sk be the number of trials needed to record k types.
(i) Express the expectation and variance of Sk+1−Sk in terms of N and k .
(ii) Show that the expectation μ and variance σ2 of SN are
μ=Ni=1∑Ni1,σ2=Ni=1∑N−1i2N−i.
题目描述
-
一枚硬币在每次投掷中以概率 p∈(0,1) 出现正面。求从开始投掷到首次出现正面为止的投掷次数的期望和方差,并用 p 表示结果。
-
袋中共有 N 类球,每类恰有一只,其中 N≥2。每轮从袋中等概率抽取一只球,记下类别后放回;各轮抽取相互独立。以 Sk 表示首次记录到 k 个不同类别时累计进行的抽取次数。
- 分别用 N 和 k 表示增量 Sk+1−Sk 的期望与方差。
- 证明收集完全部 N 类球所需次数 SN 的期望 μ 与方差 σ2 满足
μ=Ni=1∑Ni1,σ2=Ni=1∑N−1i2N−i.
Kai
(1)
最初の表が出るまでの回数 T は成功確率 p 、台 {1,2,…} の幾何分布に従う。したがって
E[T]=p1,Var(T)=p21−p.
(2)(i)
k 種類を既に記録した時点で、次の試行が未記録の種類を与える確率は
qk=NN−k
である。よって Dk=Sk+1−Sk は成功確率 qk の幾何分布に従い、
E[Dk]=N−kN,
Var(Dk)=qk21−qk=(N−k)2kN.
(2)(ii)
S0=0 とおけば
SN=k=0∑N−1Dk.
各待ち時間 Dk は、異なる種類数に初めて到達した時刻以降の独立な試行だけで決まるため互いに独立である。したがって
E[SN]=k=0∑N−1N−kN=Ni=1∑Ni1.
また
Var(SN)=k=0∑N−1(N−k)2kN=Ni=1∑Ni2N−i=Ni=1∑N−1i2N−i,
となり、所望の式を得る。