$Y = \max(X_1,\ldots,X_n)$, where $X_i's$ follows iid Uniform$(0,\theta)$, have pdf $ny^{n-1}/\theta^n$?
For $n$ r.v. with iid uniform from $0$ to $\theta$ why
1
$\begingroup$
probability-theory
-
0They looks similar, but order statistics used binomial distribution in proof. Because there are more then j "success"s (X_i < x) and other "failure"s. Then we obtain $F_{x_{(j)}}(x)$ and get the pdf. And here every $X_i's$ are smaller than y, so intersect is apply instead. – 2012-11-16
1 Answers
0
We have for $y \in [0, \theta]$: \begin{align*} \mathbb P(Y \le y) &= \mathbb P(X_1 \le y, \ldots, X_n \le y)\\ &= \prod_{i=1}^n \mathbb P(X_i \le y)\\ &= \prod_{i=1}^n \frac y\theta\\ &= \left(\frac y\theta\right)^n \end{align*} As the density is the derivative of $\mathbb P(Y \le \cdot)$, we have $ f_Y(y) = n \cdot \left(\frac y\theta\right)^{n-1} \cdot \frac 1\theta = n\frac{y^{n-1}}{\theta^n}. $
-
0The above I said should be less than or equal to instead of less than. – 2012-11-16