I am interested in trying find the expected value of the geometric mean of a set of i.i.d. Poisson random variables.
Say we have $Y_1,\dots,Y_n$, where
$$Y_i \sim Poisson(\lambda) $$
Then, the geometric mean can be expressed as:
$$ GM(Y_1,\dots,Y_n)=(\prod_1^n{Y_i})^{\frac{1}{n}}$$
Then, the expected value of the geometric mean can be expressed as:
$$ E\left[GM\right] = E\left[(\prod_1^n{Y_i})^{\frac{1}{n}}\right] = \left(E\left[Y_i^{\frac{1}{n}}\right]\right)^{n} $$
The last step being a consequence of the i.d.d. assumption.
The crux, then, seems to be figuring out how to calculate $E\left[Y_i^{\frac{1}{n}}\right]$. I am stuck on trying to figure out how to evaluate this. I made several attempts, but made no progress with any.
This expected value can be written as $$ E\left[Y_i^{\frac{1}{n}}\right] = \sum_{y=0}^{\infty}y^{\frac{1}{n}} \frac{e^{-\lambda}\lambda^y}{y!} $$ But I cannot find a way to proceed from there.
My next thought was to see if I could use moment generating functions, but I don't know how this is possible for a non-integer moment. Traditionally, we find the $i^{th}$ moment by taking the $i^{th}$ derivative of the MGF evaluated at $t=0$, so there is not to my knowledge any straightforward way to evaluate non-integer moments.
In lieu of an exact solution, I wondered at the possibility of approximating it using a Taylor expansion, which (I believe) would give us
$$E\left[Y_i^{\frac{1}{n}}\right]=\lambda^{\frac{1}{n}}- \frac{{(\frac{1}{n}-1})\lambda^{\frac{1}{n}-2}}{n2!} + \frac{{(\frac{1}{n}-2)(\frac{1}{n}-1})\lambda^{\frac{1}{n}-3}}{n3!} +\cdots $$
But I'd prefer to find an analytic solution.
Does anybody have any tips on how I should proceed?