What is $EY$, if $Y=max(X_{1},X_{2},...,X_{n})$ where $X_{i}$ are observations from uniform distribution over set $(0,a)$, $EY$ goes to $a$ as $n$ goes to infinity ?
Asked
Active
Viewed 655 times
-3
-
2Aside from the last sentence, which is trivial, this is essentially a duplicate of: http://stats.stackexchange.com/questions/18433/how-do-you-calculate-the-probability-density-function-of-the-maximum-of-a-sample – Glen_b Feb 01 '13 at 00:03
1 Answers
4
Sounds like homework. If it falls within the scope of the 'homework' tag (which is not limited to formally set homework!), could you tag it as such please?
Presumably you intend the $X$'s to be independent?
Start by taking the $X$'s on $(0,1)$ - for which results are even simpler to calculate from first principles and are also readily available for checking your answers against - and multiply the answers by $a$.
The cdf of $Y$, $P(Y\leq y) = P(X_1 \leq y, X_2 \leq y, ... , X_n \leq y)$
It should be obvious from there.
You can check your answer against this:
http://en.wikipedia.org/wiki/Order_statistic#The_order_statistics_of_the_uniform_distribution

Glen_b
- 257,508
- 32
- 553
- 939