What is the probability that the larger of two random observations drawn from any continuous pdf (?) will exceed the 60th percentile?
Theorem: Let Y be a continuous random variable with probability density function f_Y(y). If a random sample of size n is drawn from f_Y(y), the marginal pdf for the ith order statistic is given by:
f_Y'_i(y) = n!/[(i-1)!(n-i)!] * [F_y(y)]^(i-1) * [1-F_Y(y)]^(n-i) * f_Y(y)
for 1<=i <= n.
The answer to the question is 0.64. I don't understand how to reach it? How do I know what f_Y(y) equals? Does the solution involve some delicious integration?
2007-02-10
14:09:22
·
2 answers
·
asked by
metalgoomba
1
in
Science & Mathematics
➔ Mathematics
Correction:
f_Y'_i(y) = n!/[(i-1)!(n-i)!] * [F_Y(y)]^(i-1) * [1-F_Y(y)]^(n-i) * f_Y(y)
for 1<=i <= n.
2007-02-10
14:11:02 ·
update #1