I am developing a new probability distribution. The probability density function is as follows:
$$f(x) \, = \, \frac{x^{r+1}}{(r+1)^{x}}\frac{ln(r+1)^{r+2}}{ (r+1)!}$$ with $0<x$ and $r = 1, \, 2, \, 3,\, ... \,$ . The distribution function is as follows:
$$F(x) = 1 - \sum_{i=0}^{r+1} (1/i!)(r+1)^{-x} x^i ln((r+1))^i$$
Define $G(x) = 1 - F(x)$:
$$G(x) = \sum_{i=0}^{r+1} (1/i!)(r+1)^{-x} x^i ln((r+1))^i$$
I am searching for the inverse of $G(x)$. Does a solution exist?
For $r=1$,
$$G(x)= 2^{-x}\left(1+ x \ln2+ \frac12(x \ln2)^2\right)$$
is of the form $2^{-x}P(x)$ where $P$ is a polynomial. Such functions are not invertible analytically. The same holds for $r>1$.