Here's the problem.
We have a random variable X that follows a Poisson law. If we take the log of this variable, what are the first two moments (mean and variance) of the law it follows?
This looks like a simple question, but I can't find anything about it. Any idea?
EDIT: In order to prevent the X=0 case, we bias the Poisson law. Our random variable becomes log(X+epsilon) with X~Poisson(λ).
With a Poisson distributed random variable $X$ with parameter $\lambda$, you have $P(X =0) = e^{-\lambda} \gt 0$.
$\log(0)$ is undefined, or at best negative infinity, so it is meaningless to talk about the mean and variance of $\log(X)$.