I am trying to solve an equation in the research article. $f(g)$ is the pdf below:
\begin{align} f(g) = \frac{(K+1)e^{-K}}{\bar g}exp\Bigg(-\frac{(K+1)g}{\bar g}\Bigg) I_o\Bigg(\sqrt\frac{4K(K+1)g}{\bar g}\Bigg) \end{align}
$I_o(.)$ is the zeroth order modified Bessel Function of the first kind.
and $\bar g = K+1$.
Here is the complete derivation I have done (following authors hints, since research paper do not solve all the problems):
$$f(g) = e^{-K-g} I_o(\sqrt{4Kg})$$
Now, since $I_n(x)$ has a series representation as:
$$I_n(x) = \sum_{k=0}^\infty \frac{(x/2)^{n+2k}}{(n+k)!\; k!} $$
So for $I_o(.)$, we get
$$ I_o(x) = \sum_{k=0}^\infty \frac{(x/2)^{2k}}{(k!)^2}$$
Hence finally I got $$ f(g) = e^{-K-g} \sum_{k=0}^\infty \frac{(Kg)^k}{(k!)^2} $$
Since $f(g)$ is the pdf, the CDF would be $F_{f(g)}(g)$. Now I do not understand and could not solve beyond this. Author says that the CDF can be simplified by applying 2.321.2 from the following image (reference: Table of Integrals, Series, and Products):
The result that author has yield is :
$$ F_{f(g)}(g) = e^{-K}\sum_{k=0}^\infty \frac{K^k}{k!} \Bigg\{e^{-g}\sum_{m=0}^k(-1)^{2m+1}m! \binom{m}{k} x^{k-m} + k!\Bigg\}$$
I really cannot understand how he came up to this !!! Any idea?
