東京大学 新領域創成科学研究科 メディカル情報生命専攻 2017年8月実施 問題11
Author
zephyr
Description
Assume that the distributions of real-valued mutually independent random variables X1,…,Xn are identical and denoted as F(x).
F(x)=P(Xi≤x),i=1,…,n
Denote by X(1),…,X(n) the random variables obtained by arranging X1,…,Xn in ascending order. Answer the following questions.
(1) Find the distribution function of X(1).
(2) Find the distribution function of X(n).
(3) Find the distribution function of X(k) for any k.
(4) Find the expectation of X(1) when F(x) is the uniform distribution over [0,1].
假设实值相互独立随机变量 X1,…,Xn 的分布是相同的,并记为 F(x)。
F(x)=P(Xi≤x),i=1,…,n
记 X(1),…,X(n) 为将 X1,…,Xn 按升序排列后得到的随机变量。回答以下问题。
(1) 找到 X(1) 的分布函数。
(2) 找到 X(n) 的分布函数。
(3) 找到任意 k 的 X(k) 的分布函数。
(4) 当 F(x) 为 [0,1] 上的均匀分布时,找到 X(1) 的期望。
Kai
(1)
To find the distribution function of the smallest order statistic X(1), we consider:
FX(1)(x)=P(X(1)≤x).
Since X(1) is the smallest of the X1,…,Xn, X(1)>x means that all Xi>x. Thus:
FX(1)(x)=1−P(X(1)>x).
We know that X(1)>x if and only if all Xi>x, so:
P(X(1)>x)=P(X1>x,X2>x,…,Xn>x)=(P(X1>x))n=(1−F(x))n.
Thus, the distribution function of X(1) is:
FX(1)(x)=1−(1−F(x))n.
(2)
To find the distribution function of the largest order statistic X(n), we consider:
FX(n)(x)=P(X(n)≤x).
Since X(n) is the largest of the X1,…,Xn, X(n)≤x means that at least one Xi≤x. Thus:
FX(n)(x)=P(X1≤x,X2≤x,…,Xn≤x)=(P(X1≤x))n=(F(x))n.
(3)
To find the distribution function of the k-th order statistic X(k), we need to determine the probability FX(k)(x)=P(X(k)≤x). This represents the probability that the k-th smallest value among X1,…,Xn is less than or equal to x.
Step 1: Basic Concepts and Binomial Probability
Since Xi are independent and identically distributed, the probability that any particular Xi is less than or equal to x is F(x). Similarly, the probability that Xi is greater than x is 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 k out of n Xi values are less than or equal to x. Mathematically, this can be expressed as:
FX(k)(x)=P(X(k)≤x)=j=k∑n(jn)(F(x))j(1−F(x))n−j.
Here, (jn) is the binomial coefficient, representing the number of ways to choose j successes (values ≤x) out of n trials.
(4)
If F(x) is the uniform distribution over [0,1], then F(x)=x for x∈[0,1]. Therefore:
FX(1)(x)=1−(1−x)n.
The expectation of X(1) is given by:
E[X(1)]=∫01xfX(1)(x)dx,
where fX(1)(x) is the derivative of FX(1)(x):
fX(1)(x)=dxd[1−(1−x)n]=n(1−x)n−1.
Therefore:
E[X(1)]=∫01x⋅n(1−x)n−1dx.
This is a Beta distribution integral:
E[X(1)]=n∫01x(1−x)n−1dx.
Using the Beta function property, we get:
∫01x(1−x)n−1dx=n+11.
Thus:
E[X(1)]=n+1n.
Knowledge
顺序统计量 概率分布函数 期望值 Beta分布
难点思路
第 (3) 小问关于任意 k 阶顺序统计量的分布函数需要理解 Binomial 分布的性质并进行累加,这是一个较难点。
解题技巧和信息
对于顺序统计量,了解如何通过分布函数 F(x) 来表示最小和最大顺序统计量的分布函数非常重要。对于均匀分布的情况,可以利用 Beta 分布性质简化期望值计算。
重点词汇
- order statistic 顺序统计量
- distribution function 分布函数
- expectation 期望值
- uniform distribution 均匀分布
参考资料
- "Probability and Statistics" by Morris H. DeGroot and Mark J. Schervish, Chapter 5.
- "A First Course in Probability" by Sheldon Ross, Chapter 8.