Moment generating function, change of variable

1.3k Views Asked by At

If $X=aY$ where $X, Y$ are random variables and $a$ is a constant. Do I have $$M_X(t)=M_Y(t/a)$$ where $M$ is the moment generating function. How can I prove it?

1

There are 1 best solutions below

0
On BEST ANSWER

Along the lines of what the commenter fgp said, we can go right to the definition of the moment generating function, $M_X(t) = E(e^{tX})$. Then we just use the fact that $X = aY$ as follows:

\begin{align*} M_X(t) &= E(e^{tX})\\[5pt] &= E(e^{t(aY)})\\[5pt] &= E(e^{(ta)Y}) \\[5pt] &= M_Y(ta) \end{align*}

Hope that helps.