I have encountered a problem in computing the PDF of a variable (call it $y_n$) that is the product of n uniformly distributed random variables $x$:
$y_n=\prod_i^n x_i.$
In https://math.stackexchange.com/a/2812234 there is the solution for the case $x \in (0,1),$ but in my case the random variables are distributed in the interval (0.2,1.8), or more generally in the interval (a,b). I have not been able to translate the formula for the product in the interval (0,1) to my case; if I follow the procedure used to retrieve the formula (see link above) I have a problem since the integrand has no pole, hence no residue.
Can anyone point out any suggestions on how to proceed, or if there is any reference to books or articles where this kind of case is treated?