Let $X$ be a random variable with a standard normal distribution. Let $Y = |X|^{2p}$. I am trying to find the distribution for $Y_{(n)}$, i.e., the largest value of $Y$ out of $n$ samples.
I have derived the pdf to be: $$f_{Y_{(n)}} = n \left(\frac{1}{p\sqrt{2\pi}} y^{\frac{1}{2p} - 1} \exp\left(-\frac{1}{2}y^{1/p} \right)\right) \left(\int_0^y \frac{1}{p\sqrt{2\pi}} t^{\frac{1}{2p} - 1} \exp\left(-\frac{1}{2}t^{1/p}\right) \, dt \right)^{n-1}$$
But Mathematica says $EY_{(n)}$ is infinite. Intuitively, I feel that it should be some finite value in terms of p and n. Any ideas?





Comment:
Trying to visualize what might be going wrong, I simulated this in R for 100,000 samples of size $n = 5$ with $p = 1.5.$ The simulated distribution of $Y_{(5)}$ (left plot) is extremely right-skewed even for small $p$, which may be causing some trouble in Mathematica. However, several runs gave nearly the same values for $E(Y)$ and $SD(Y)$ each time, suggesting that the true values are finite. A histogram (right) shows the distribution of $\log(Y_{(5)})$.
Ref: Fragmentary as it is, the Wikipedia page on 'folded normal distribution' may be of some help.