15

Given $N$ random iid variables, $X_1, \ldots, X_N$, with a uniform probability distribution on $[0, 1)$ what is the distribution of $\displaystyle \max_{i = 1 \ldots N}(X_i)$?

Alexandru
  • 303

1 Answers1

12

Hint: $\max \lbrace X_1,...,X_N \rbrace \leq x$ if and only if $X_i \leq x$ for all $i=1,...,N$.

Shai Covo
  • 24,077
  • But I guess after you order them , you destroy their independence, right? Once we know, e.g., the Min, that restricts other values. – MSIS Jun 20 '22 at 21:52