Find $\text{Var}(N)$ where $P(N = n|Y = y)$ is $\text{Possion}(y)$; $Y$ is a gamma with parameters $(r,\lambda)$

605 Views Asked by At

The question is as follows:

Suppose that the conditional distribution of $N$, given that $Y = y$, is Poisson with mean $y$. Further suppose that $Y$ is a gamma random variable with parameters $(r, λ)$, where $r$ is a positive integer.

I want to get Var(N)

I know that $$\text{Var}(N) = E(N^2) - (E(N))^2 = E(\text{Var}(N|Y)) + \text{Var}(E(N|Y))$$ I got stuck on how to calculate $E(N^2)$.
I know that $E(N^2) = E(E(N^2|Y = y))$, but I got stuck onward.

Would greatly appreciate any help!

2

There are 2 best solutions below

0
On BEST ANSWER

Ignore the formula $$\operatorname{Var}[N] = \operatorname{E}[N^2] - \operatorname{E}[N]^2.$$ It is the second formula that you want: $$\operatorname{Var}[N] = \operatorname{E}[\operatorname{Var}[N \mid Y]] + \operatorname{Var}[\operatorname{E}[N \mid Y]].$$

How do you use it? What is $\operatorname{E}[N \mid Y]$? It is the expectation of the Poisson distribution with parameter $Y$. What is $\operatorname{Var}[N \mid Y]$? This is the variance of the Poisson distribution with parameter $Y$. So both of these are functions of the random variable $Y$.

Next, compute the expectation and variance of these with respect to the gamma distribution $Y$.

So for example, if $\operatorname{E}[N \mid Y] = Y$, then $$\operatorname{Var}[\operatorname{E}[N \mid Y]] = \operatorname{Var}[Y] = r\lambda^2.$$

0
On

Hint: Use the Law of Total Variance. $$\mathsf {Var}(N) = \mathsf E(\mathsf{Var}(N\mid Y))+\mathsf {Var}(\mathsf{E}(N\mid Y))$$

Given that $N\mid Y\sim \mathcal{Pois}(Y) \\ Y\sim\mathcal{Gamma}(r,\lambda)$