I have a random sample of size $n$ from a uniform distribution $U(0, \theta).$
And I've proven that the pdf of $Y_n$, the n-th order statistic of the sample is:
$$ f_{Y_n}(y) = \begin{cases}\frac{n}{\theta^n} y^{n-1} & 0<y<\theta ,\\ 0 &\text{elsewhere}\end{cases} $$
Now, what I'm trying to do next is calculating the limiting distribution of $Y_n$, and I'm not sure how to do that.
Am I supposed to calculate the limit of the pdf as $ n \rightarrow \infty $ ? or the cdf?