How do I find the pdf of $\prod_{i=1}^n X_i$, where $X_is$ are independent uniform [0,1] random variables.
I know X~U[0,1], -ln(x) is exponential(1). I also know the sum of two or more independent exponential random variable is gamma.
For $Y = \sum_{i=1}^n -ln(x_i)$, which is a gamma(n, 1), I found the pdf for Y is $$\int_0^\infty \frac{1}{\Gamma (n)} y^{n-1} e^{-y} dy$$.
Let $Z = e^Y$
I am trying to the pdf for Z, what I found is $$\int_1^\infty \frac{1}{\Gamma (n)} ln(z)^{n-1} \frac{1}{z^2} dz$$, which does not look right to me. Could someone check it?