We recommend reading this documentation on pkgdown which renders math nicely.
https://pkg.mitchelloharawild.com/distributional/reference/dist_poisson_inverse_gaussian.html
In the following, let \(X\) be a Poisson-Inverse Gaussian random variable
with parameters mean = \(\mu\) and shape = \(\phi\).
Support: \(\{0, 1, 2, 3, ...\}\)
Mean: \(\mu\)
Variance: \(\frac{\mu}{\phi}(\mu^2 + \phi)\)
Probability mass function (p.m.f):
$$
P(X = x) = \frac{e^{\phi}}{\sqrt{2\pi}}
\left(\frac{\phi}{\mu^2}\right)^{x/2}
\frac{1}{x!}
\int_0^\infty u^{x-1/2}
\exp\left(-\frac{\phi u}{2} - \frac{\phi}{2\mu^2 u}\right) du
$$
for \(x = 0, 1, 2, \ldots\)
Cumulative distribution function (c.d.f):
$$
P(X \le x) = \sum_{k=0}^{\lfloor x \rfloor} P(X = k)
$$
The c.d.f does not have a closed form and is approximated numerically.
Moment generating function (m.g.f):
$$
E(e^{tX}) = \exp\left\{\phi\left[1 - \sqrt{1 - \frac{2\mu^2}{\phi}(e^t - 1)}\right]\right\}
$$
for \(t < -\log(1 + \phi/(2\mu^2))\)