I had to answer the following question: $X$ has a uniform distribution between 0 and 1. What is the distribution of $X^3$?
Now the pdf for X is simply:
$f(x)= \left\{ \begin{array}{ll} 1, &\mbox{if } 0\leq x \leq1 \\ 0, & \mbox{otherwise} \end{array} \right.$
After substituting $x^3$ for $x$ in the cdf for $X$ and then differentiating it with respect to $x$, I got the following pdf for $X$:
$f(x)= \left\{ \begin{array}{ll} \frac 13x^{-\frac{2}{3}}, &\mbox{if } 0\leq x \leq1 \\ 0, & \mbox{otherwise} \end{array} \right.$
Is this correct?
Now, the last part of the question asks "What is the distribution of $X^3$? Is my answer sufficient or does this pdf correspond to a particular distribution? Because it doesn't ring a bell for me.
Thanks