$X,Y$ and $Z$ are independent uniformly distributed on $[0,1]$
How is random variable $(XY)^Z$ distributed?
I had an idea to logarithm this and use convolution integral for the sum, but I'm not sure it's possible.
|
$X,Y$ and $Z$ are independent uniformly distributed on $[0,1]$ How is random variable $(XY)^Z$ distributed? I had an idea to logarithm this and use convolution integral for the sum, but I'm not sure it's possible. |
|||
|
|
Hints:
Conclusion:
|
|||
|
|
Given the simplicity of the result there must be a nice short way to obtain it. However, I did not find one so I present the long and complicated calculation. The distribution of the random variable $W=(XY)^Z$ is given by: $$\begin{align}P(w\geq W) &= \int_0^1\!dx\int_0^1\!dy\int_0^1\!dz\, \theta(w-(xy)^z)\\ &= \int_0^1\!dx\int_0^1\!dy \max\{1-\log_{xy} w,0\}\\ &=\int_0^1\!d\eta\int_\eta^1\!\frac{dx}{x}\max\{1-\log_{\eta} w,0\} \\ &=-\int_0^w\!d\eta \log \eta (1-\log_{\eta} w)\\ &=w. \end{align}$$ with $\eta=xy$. Thus the variable $W$ is also uniformly distributed (between 0 and 1). |
|||
|
|
|
Using the definition of weak convergence, it is so easy. First, for any positive integer k>=0, E{W^k}=1/(k+1)=EU^k. Hence, for any polynomial f(x), we have Ef(W)=Ef(U). For any bounded and continuous function g(.), we can find a polynomial function f(.) such that f can approximate g uniformly by Weierstrass's theorem. Thus, Eg(W)=Eg(U). So W~U(0, 1). |
|||
|
|