Positive estimator - MathOverflow most recent 30 from http://mathoverflow.net2013-05-24T15:07:11Zhttp://mathoverflow.net/feeds/question/100254http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://mathoverflow.net/questions/100254/positive-estimatorPositive estimatorAlekk2012-06-21T15:39:16Z2012-06-22T11:02:42Z
<p>Suppose that one knows how to generate (independent) random samples $X_1, X_2, \ldots$ distributed as the random varable $X$ with $\mathbb{E}[X]=\mu \in \mathbb{R}$. It is then easy to construct an unbiased estimator of the quantity $e^{\mu}$. Indeed, it suffices to generate an integer random variables $N$ such that $\mathbb{P}[N \geq k] = \frac{1}{k!}$. The random variable
$$Y=1 + X_1 + X_1X_2 + \ldots + \prod_{k \leq N-1} X_k + \prod_{k \leq N} X_k$$
satisfies $\mathbb{E}[Y]=e^{\mu}$.</p>
<p><strong>Question:</strong> is it possible to construct an unbiased estimator of $e^{\mu}$ that is positive with probability $1$. If the random variable $X$ is lower bounded by a constant $C$ one can Taylor expand $\exp(C) \cdot \exp(x-C)$ and use the same idea as above. What about the case where $X$ is not lower bounded? One could try to Taylor expand $\exp(m) \cdot \exp(x-m)$ where $m = \min(X_1, \ldots, X_N)$ but in this case the estimator does not satisfy $\mathbb{E}[Y]=e^{\mu}$ anymore due to the dependence between the random variable $m$ and $(X_1, \ldots, X_N)$.</p>