跳到主要内容

東京大学 新領域創成科学研究科 メディカル情報生命専攻 2017年8月実施 問題11

Author

zephyr

Description

Assume that the distributions of real-valued mutually independent random variables X1,,Xn\mathbf{X_1}, \ldots, \mathbf{X_n} are identical and denoted as F(x)F(x).

F(x)=P(Xix),i=1,,nF(x) = P(X_i \leq x), i = 1, \ldots, n

Denote by X(1),,X(n)\mathbf{X_{(1)}}, \ldots, \mathbf{X_{(n)}} the random variables obtained by arranging X1,,Xn\mathbf{X_1}, \ldots, \mathbf{X_n} in ascending order. Answer the following questions.

(1) Find the distribution function of X(1)\mathbf{X_{(1)}}.

(2) Find the distribution function of X(n)\mathbf{X_{(n)}}.

(3) Find the distribution function of X(k)\mathbf{X_{(k)}} for any kk.

(4) Find the expectation of X(1)\mathbf{X_{(1)}} when F(x)F(x) is the uniform distribution over [0,1][0,1].


假设实值相互独立随机变量 X1,,Xn\mathbf{X_1}, \ldots, \mathbf{X_n} 的分布是相同的,并记为 F(x)F(x)

F(x)=P(Xix),i=1,,nF(x) = P(X_i \leq x), i = 1, \ldots, n

X(1),,X(n)\mathbf{X_{(1)}}, \ldots, \mathbf{X_{(n)}} 为将 X1,,Xn\mathbf{X_1}, \ldots, \mathbf{X_n} 按升序排列后得到的随机变量。回答以下问题。

(1) 找到 X(1)\mathbf{X_{(1)}} 的分布函数。

(2) 找到 X(n)\mathbf{X_{(n)}} 的分布函数。

(3) 找到任意 kkX(k)\mathbf{X_{(k)}} 的分布函数。

(4) 当 F(x)F(x)[0,1][0,1] 上的均匀分布时,找到 X(1)\mathbf{X_{(1)}} 的期望。

Kai

(1)

To find the distribution function of the smallest order statistic X(1)\mathbf{X_{(1)}}, we consider:

FX(1)(x)=P(X(1)x).F_{\mathbf{X_{(1)}}}(x) = P(\mathbf{X_{(1)}} \leq x).

Since X(1)\mathbf{X_{(1)}} is the smallest of the X1,,Xn\mathbf{X_1}, \ldots, \mathbf{X_n}, X(1)>x\mathbf{X_{(1)}} \gt x means that all Xi>x\mathbf{X_i} \gt x. Thus:

FX(1)(x)=1P(X(1)>x).F_{\mathbf{X_{(1)}}}(x) = 1 - P(\mathbf{X_{(1)}} > x).

We know that X(1)>x\mathbf{X_{(1)}} > x if and only if all Xi>x\mathbf{X_i} > x, so:

P(X(1)>x)=P(X1>x,X2>x,,Xn>x)=(P(X1>x))n=(1F(x))n.P(\mathbf{X_{(1)}} > x) = P(\mathbf{X_1} > x, \mathbf{X_2} > x, \ldots, \mathbf{X_n} > x) = \left( P(\mathbf{X_1} > x) \right)^n = (1 - F(x))^n.

Thus, the distribution function of X(1)\mathbf{X_{(1)}} is:

FX(1)(x)=1(1F(x))n.F_{\mathbf{X_{(1)}}}(x) = 1 - (1 - F(x))^n.

(2)

To find the distribution function of the largest order statistic X(n)\mathbf{X_{(n)}}, we consider:

FX(n)(x)=P(X(n)x).F_{\mathbf{X_{(n)}}}(x) = P(\mathbf{X_{(n)}} \leq x).

Since X(n)\mathbf{X_{(n)}} is the largest of the X1,,Xn\mathbf{X_1}, \ldots, \mathbf{X_n}, X(n)x\mathbf{X_{(n)}} \leq x means that at least one Xix\mathbf{X_i} \leq x. Thus:

FX(n)(x)=P(X1x,X2x,,Xnx)=(P(X1x))n=(F(x))n.F_{\mathbf{X_{(n)}}}(x) = P(\mathbf{X_1} \leq x, \mathbf{X_2} \leq x, \ldots, \mathbf{X_n} \leq x) = \left( P(\mathbf{X_1} \leq x) \right)^n = (F(x))^n.

(3)

To find the distribution function of the kk-th order statistic X(k)\mathbf{X_{(k)}}, we need to determine the probability FX(k)(x)=P(X(k)x)F_{\mathbf{X_{(k)}}}(x) = P(\mathbf{X_{(k)}} \leq x). This represents the probability that the kk-th smallest value among X1,,Xn\mathbf{X_1}, \ldots, \mathbf{X_n} is less than or equal to xx.

Step 1: Basic Concepts and Binomial Probability

Since Xi\mathbf{X_i} are independent and identically distributed, the probability that any particular Xi\mathbf{X_i} is less than or equal to xx is F(x)F(x). Similarly, the probability that Xi\mathbf{X_i} is greater than xx is 1F(x)1 - F(x).

Step 2: Using Binomial Distribution

We can think of this as a binomial distribution problem. We need to consider the event that at least kk out of nn Xi\mathbf{X_i} values are less than or equal to xx. Mathematically, this can be expressed as:

FX(k)(x)=P(X(k)x)=j=kn(nj)(F(x))j(1F(x))nj.F_{\mathbf{X_{(k)}}}(x) = P(\mathbf{X_{(k)}} \leq x) = \sum_{j=k}^{n} \binom{n}{j} (F(x))^j (1 - F(x))^{n-j}.

Here, (nj)\binom{n}{j} is the binomial coefficient, representing the number of ways to choose jj successes (values x\leq x) out of nn trials.

(4)

If F(x)F(x) is the uniform distribution over [0,1][0,1], then F(x)=xF(x) = x for x[0,1]x \in [0,1]. Therefore:

FX(1)(x)=1(1x)n.F_{\mathbf{X_{(1)}}}(x) = 1 - (1 - x)^n.

The expectation of X(1)\mathbf{X_{(1)}} is given by:

E[X(1)]=01xfX(1)(x)dx,\mathbb{E}[\mathbf{X_{(1)}}] = \int_{0}^{1} x f_{\mathbf{X_{(1)}}}(x) \, \mathrm{d}x,

where fX(1)(x)f_{\mathbf{X_{(1)}}}(x) is the derivative of FX(1)(x)F_{\mathbf{X_{(1)}}}(x):

fX(1)(x)=ddx[1(1x)n]=n(1x)n1.f_{\mathbf{X_{(1)}}}(x) = \frac{\mathrm{d}}{\mathrm{dx}} \left[ 1 - (1 - x)^n \right] = n (1 - x)^{n-1}.

Therefore:

E[X(1)]=01xn(1x)n1dx.\mathbb{E}[\mathbf{X_{(1)}}] = \int_{0}^{1} x \cdot n (1 - x)^{n-1} \, \mathrm{d}x.

This is a Beta distribution integral:

E[X(1)]=n01x(1x)n1dx.\mathbb{E}[\mathbf{X_{(1)}}] = n \int_{0}^{1} x (1 - x)^{n-1} \, \mathrm{d}x.

Using the Beta function property, we get:

01x(1x)n1dx=1n+1.\int_{0}^{1} x (1 - x)^{n-1} \, \mathrm{d}x = \frac{1}{n+1}.

Thus:

E[X(1)]=nn+1.\mathbb{E}[\mathbf{X_{(1)}}] = \frac{n}{n+1}.

Knowledge

顺序统计量 概率分布函数 期望值 Beta分布

难点思路

第 (3) 小问关于任意 kk 阶顺序统计量的分布函数需要理解 Binomial 分布的性质并进行累加,这是一个较难点。

解题技巧和信息

对于顺序统计量,了解如何通过分布函数 F(x)F(x) 来表示最小和最大顺序统计量的分布函数非常重要。对于均匀分布的情况,可以利用 Beta 分布性质简化期望值计算。

重点词汇

  • order statistic 顺序统计量
  • distribution function 分布函数
  • expectation 期望值
  • uniform distribution 均匀分布

参考资料

  1. "Probability and Statistics" by Morris H. DeGroot and Mark J. Schervish, Chapter 5.
  2. "A First Course in Probability" by Sheldon Ross, Chapter 8.