Finding the Moment Generating Function of a Transformed Random Variable

$\begingroup$

Suppose I have a random variable $X$ governed by the Gamma distribution.

If I apply a transformation like $Y = \ln\bigg( \frac{X}{1+X}\bigg)$, could I use properties of moment generating functions to find $M_{Y}(t)$ instead of performing $\int e^{ty}f(y) \mathrm{dy}$?

By properties I mean use something like $M_{\ln(X/(1-X))(t)} = E[e^{\ln(X/(1-X))}]$

$\endgroup$ 1

1 Answer

$\begingroup$

Suppose that $g(x)=\ln(\frac{x}{1+x})$. Law of the unconscious statician states that

$$\mathbb{E}[h(X)]=\int h(x)f_X(x)\,dx$$Thus, $$M_Y(t)=\mathbb{E}[\exp(tY)]=\mathbb{E}[\exp(tg(X))]=\mathbb{E}\biggl[\biggl(\frac{X}{1+X}\biggr)^t\biggr]=\int \biggl(\frac{x}{1+x}\biggr)^t f_X(x)\,dx$$

$\endgroup$

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like