Suppose I have a sequence of iid random variables $X_1, \ldots, X_n$ following the pdf:
$$ f_\theta (x) = \theta x^{\theta-1} $$
for $\theta >0$ and $0 <x<1$.
I would like to find the distribution of:
$$ \prod_{i=1}^n X_i $$
Is there an easy way to do this? I know one method is to first find the distribution of $X_1X_2$, then find the product distribution of $X_1X_2$ and $X_3$. Is there an easier way than doing that?