返回题库

最大值期望

What is the expected value of their maximum

专题
Probability / 概率
难度
L4

题目详情

概率题:n 个 U(0,1) 的最大值期望。

英文原题

Assume that X1,X2,,XnX_{1}, X_{2}, \ldots , X_{n} are independent uniform random variables on [0, 1], where n2n \geq 2 . What is the expected value of their maximum?

解析

M=max(X1,ldots,Xn)M=\\max(X_1,\\ldots,X_n)。则\n\n\nmathbbP(Mlet)=tn,quad0letle1.\n\n\\mathbb{P}(M\\le t)=t^n,\\quad 0\\le t\\le 1.\n\n\n因此\n\n\nboxedmathbbE[M]=int01(1tn)dt=fracnn+1.\n\n\\boxed{\\mathbb{E}[M]=\\int_0^1(1-t^n)dt=\\frac{n}{n+1}}.\n


英文解析

Denote by MM the maximum of X1,X2,,XnX_{1}, X_{2}, \ldots , X_{n} . Since MM is a positive random variable with differentiable cumulative distribution function and P(M>1)=0\mathbb{P}(M > 1) = 0 ,

E[M]=01P(M>t)dt\mathbb{E}[M] = \int_{0}^{1}\mathbb{P}(M > t)dt

Since X1,X2,,XnX_{1}, X_{2}, \ldots , X_{n} , are independent,

P(M>t)=1P(Mt)=1P(X1t,X2t,,Xnt)=1P(X1t)P(X2t)P(Xnt)=1tn\begin{array}{r l} & {\mathbb{P}(M > t) = 1 - \mathbb{P}(M\leq t)}\\ & {\qquad = 1 - \mathbb{P}\left(X_{1}\leq t,X_{2}\leq t,\ldots ,X_{n}\leq t\right)}\\ & {\qquad = 1 -}\\ & {\qquad \mathbb{P}\left(X_{1}\leq t\right)\mathbb{P}\left(X_{2}\leq t\right)\dots \mathbb{P}\left(X_{n}\leq t\right)}\\ & {\qquad = 1 - t^{n}} \end{array}

From (2.265) and (2.266), we conclude that

E[M]=01(1tn)dt=(11n+1tn+1)t=0t=1=nn+1.\begin{array}{l}{\mathbb{E}[M] = \int_{0}^{1}\left(1 - t^{n}\right)d t}\\ {= \left(1 - \frac{1}{n + 1} t^{n + 1}\right)\bigg|_{t = 0}^{t = 1}}\\ {= \frac{n}{n + 1}.} \end{array}