Finding the probability density function of order statistics

297 Views Asked by At

Let $Y_1$ and $Y_2$ be uniformly distributed over the interval $ (0,1) $ then find the probability density function of $ X = \max(Y_1,Y_2) $

Okay in order the find the probability density function of $X$ I need to know that probability density function of the population, right?

How come I can make the assumption that probability density function is uniformly distributed just like the samples drawn from it? I'm asking since I believe that's how we derive the population density function of the population otherwise we wouldn't be able to do the question.

2

There are 2 best solutions below

0
On BEST ANSWER

Assuming that $Y_1$ and $Y_2$ are i.i.d, then \begin{align} F_X(x) =& P(X \le x) = P(Y_1 \le x, Y_2 \le x)= P(Y_1 \le x)P(Y_2 \le x)=x^2, \end{align} hence, $$ f_{X}(x)=2x, \quad x\in (0,1). $$

0
On

Simply apply the definition order statistics with 2 samples. Then, $X$ is distributed according to

$$f(x) = 2 x$$

with domain of support $x \in (0,1)$