I'm taking a statistics course and am asked the following :
Suppose that $X$ and $Y$ are independent Poisson distributed values with means $\theta$ and $2\theta$, respectively. Consider the combined estimator of $\theta$
$$\hatθ = k_1 X + k_2 Y$$
where $k_1$ and $k_2$ are arbitrary constants.
(a) Find the condition on $k 1 $ and $k 2$ such that $\hatθ$ is an unbiased estimator of $θ$.
How to approach answering this question ?
In order to find an unbiased estimator I need to discover the average of the distributed values of X and Y ?
From how to compute unbiased estimator :
A basic criteria for an estimator to be any good is that it is unbiased, that is, that on average it gets the value of $\mu$ correct. Formally, an estimator $f$ is unbiased iff
$$E[f(X_1,X_2,\dots,X_n)] =\mu.$$
If this were a simpler question such that $\hatθ = k_1 XY$ then the condition on $k_1$ would be that $\theta\hat=E[f(X_1,X_2,\dots,X_n)] =\mu$ ?
But how to find the condition on $k_1$ and $k_2$ ?