← 返回数学题库
225概率困难derivationmedium

Minimum of Independent Geometric Random Variables

题目

Let X1,X2,,XnX_1, X_2, \ldots, X_n be independent, each XiGeometric(pi)X_i \sim \text{Geometric}(p_i) with P(Xi=k)=(1pi)k1piP(X_i = k) = (1-p_i)^{k-1} p_i for k=1,2,k = 1, 2, \ldots (the "number of trials until first success" convention).

Define M=min(X1,,Xn)M = \min(X_1, \ldots, X_n).

(a) Show that P(M>k)=i=1n(1pi)kP(M > k) = \prod_{i=1}^{n} (1-p_i)^k for k=0,1,2,k = 0, 1, 2, \ldots

(b) Prove that MGeometric ⁣(1i=1n(1pi))M \sim \text{Geometric}\!\left(1 - \prod_{i=1}^n (1-p_i)\right). State the PMF of MM explicitly.

(c) For the iid case pi=pp_i = p for all ii: express E[M]E[M] and Var(M)\text{Var}(M) in terms of nn and pp, and verify that E[M]1E[M] \to 1 as nn \to \infty.

(d) Application: Five independent traders each attempt to fill an order on any given day with probability 0.30.3. What is the expected number of days until the first fill occurs? What is the probability that no fill occurs in the first 3 days?

(e) Show that P(Xj=MM=m)P(X_j = M \mid M = m) depends on jj (when pip_i are not all equal) and compute this probability for n=2n = 2, p1=0.3p_1 = 0.3, p2=0.5p_2 = 0.5, m=2m = 2.

解题计时

0:00

提交作答时记录,用于后续平均用时统计。

你的答案

E[M] for iid case

Expected number of days until first fill (traders example)

Probability of no fill in the first 3 days (traders example)