\documentclass[a4paper,12pt]{article}

\newcommand{\ds}{\displaystyle}
\begin{document}
\parindent=0pt

{\bf Question}

If $X \sim {\rm exponential}(\beta)$ then find the pdf of
$Y=X^{\frac{1}{\gamma}}$.  The random variable $Y$ is known as the
Weibull random variable.  Using a list of distributions, write
down its mean and variance.


\medskip

{\bf Answer}

Here $f(x|\beta)=\ds \frac{1}{\beta}e^{\frac{-x}{\beta}},\ \ \
0<x<\infty$

$$Y=X^{\frac{1}{\gamma}}\ \ \ \gamma >0$$

The transformation is increasing and continuous.

Therefore $x=y^{\gamma} \Rightarrow \ds\frac{dx}{dy}=\gamma \ds
y^{\gamma-1}$

Therefore the pdf of \begin{eqnarray*} Y = g(y) & = & \ds
\frac{1}{\beta} \cdot e^{-\frac{y^{\gamma}}{\beta}} \cdot
\left|\gamma y^{\gamma-1}\right|,\ \ \ 0<y<\infty\\ & = & \ds
\frac{\gamma}{\beta} \cdot y^{\gamma-1} \cdot
e^{-\frac{y^{\gamma}}{\beta}},\ \ \ 0<y<\infty. \end{eqnarray*}

$$E(Y)=\beta^{\frac{1}{\gamma}} \Gamma\left( 1+
\frac{1}{\gamma}\right)\ \ {\rm and\ var}(Y)=\beta^{
\frac{2}{\gamma}}\left\{\Gamma\left( 1+
\frac{2}{\gamma}\right)-\Gamma^2\left( 1+
\frac{1}{\gamma}\right)\right\}$$


\end{document}
