Moment generating function of $\sqrt{\bar{X}}$

1k Views Asked by At

I have a parameter $\theta$ which is equal to $\sqrt{(X / n)}$, or the $\sqrt{\bar{X}}$.

$X$ follows a binomial distribution $\text{Bin}(n,\theta^2)$

I was trying to find the distribution using the M.G.F.. Is my approach to find the distribution of $\theta$ correct?

Let $p$ be $\theta^2:$

MGF of $X$ (binomial): $$[ (1-p) + pe^t]^n$$

MGF of $\bar{X}$: $$[ (1-p) + pe^{t/n}]^n$$

MGF of $\sqrt{\bar{X}}$: $$[ (1-p) + pe^{ \sqrt{t/n} } ]^n$$

I'm not really familiar with MGF's, your help will really be appreciated! :) Also, if anyone has a reference to a master collection of transformations with MGF's, it will really help as well! The one's I've found online deal with a very small subset of examples, eg addition.

Thank you!

1

There are 1 best solutions below

2
On

If $X \sim \text{Binomial}(n, \theta^2)$ and $Z = \sqrt{X/n}$, the MGF of $Z$ is

$$ \eqalign{\mathbb E[\exp(t Z)] &= \sum_{x=0}^n \mathbb P(X=x) e^{t \sqrt{x/n}}\cr &= \sum_{x=0}^n {n \choose x} \theta^{2x} (1-\theta^2)^{n-x} e^{t \sqrt{x/n}}} $$