Expected value of a third order statistic?

JamesF
Messages
13
Reaction score
0
Hi all. I'm struggling with this HW question. I've searched through the textbook and on the web and have been unable to find a solution

Homework Statement


I've got 4 i.i.d. random variables, X1, X2, X3, X4. Uniformly distributed on [0,1]
so the pdf = 1
and cdf F(x_i) = x_i

Let Y3 = the third highest value of the 4 variables.

What is E(Y3)? I know the answer is 2/5. But I can't figure out how to show this.

Homework Equations



I know the formula for E(Y2) (second highest) and E(Y1) (highest), but I cannot find anything about the expectation of the third highest.

E(Y_1) = \int_{0}^{1} y \cdot 4y^3 \, dy = 4/5
E(Y_2) = \int_{0}^{1} y \cdot (12y^2 - 12y^3) \, dy = 3/5

based on the pattern, one would assume that E(Y3) = 2/5 (plus I know that's the answer), but I can't derive the formula.

The Attempt at a Solution


I've tried a bunch of different approaches, but they've all been dead ends. Maybe I'm misunderstanding the problem. Or maybe just misunderstanding the concept of order statistics entirely.
 
Physics news on Phys.org
alright I figured out my problem. I had it backwards. Our teacher uses (Y1) to denote the highest value of the 4 random variables, but the stuff I found on the web used Y1 to denote the LOWEST value.

so f_{Y_3} = \frac{4!}{1! \cdot 2!} y \cdot (1-y)^2 \cdot 1

integrate to find the expected value, and we get

E(Y_3) = \int_{0}^{1} y \cdot (12y(y-1)^2) dy = \frac{2}{5}

tahdah!
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...

Similar threads

Back
Top