Let X be a random sample from a Poisson distribution with parameter $\lambda$. The parameter $\lambda$ has a prior distribution $f(z)$; where $f(z) = \begin{cases} e^{-z}; & z > 0 \\ 0, & \text{otherwise}. \end{cases}$ Under the squared error loss function, which of the following statements are correct?
The problem involves a random sample \(X\) drawn from a Poisson distribution with parameter \(\lambda\). The parameter \(\lambda\) has a prior distribution, and we need to find the correct statements regarding the posterior distribution and Bayes' estimators under squared error loss.
The posterior density function is proportional to the product of the likelihood and the prior:
\( f(\lambda|X) \propto P(X|\lambda) f(\lambda) \)
\( f(\lambda|X) \propto (\lambda^X e^{-\lambda}) (e^{-\lambda}) \)
\( f(\lambda|X) \propto \lambda^X e^{-2\lambda} \)
This is the kernel of a Gamma distribution. A standard Gamma distribution with shape \(\alpha\) and rate \(\beta\) has the PDF kernel \( \lambda^{\alpha-1} e^{-\beta\lambda} \). Comparing this with our posterior kernel:
Therefore, the posterior distribution of \(\lambda\) given \(X\) is a Gamma distribution: \(\lambda|X \sim \text{Gamma}(X+1, 2)\). This confirms statement C.
For a Gamma distribution \(\text{Gamma}(\alpha, \beta)\), the mean is given by \( E[\lambda] = \frac{\alpha}{\beta} \).
Using the parameters derived for the posterior distribution (\(\alpha = X+1, \beta = 2\)):
\( E[\lambda|X] = \frac{X+1}{2} \)
The posterior mean of \(\lambda\) is \( \frac{X+1}{2} \). This confirms statement B.
Under the squared error loss function, the Bayes' estimator for a function \( g(\lambda) \) is the posterior expectation \( E[g(\lambda)|X] \). We need the estimator for \( g(\lambda) = e^\lambda \).
We need to compute \( E[e^\lambda|X] \) where \(\lambda \sim \text{Gamma}(X+1, 2)\).
The moment generating function (MGF) of a Gamma\((\alpha, \beta)\) distribution is \( M_Y(t) = E[e^{tY}] = \left(\frac{\beta}{\beta-t}\right)^\alpha \).
For our posterior distribution \(\lambda \sim \text{Gamma}(X+1, 2)\), the MGF is:
\( E[e^{t\lambda}|X] = \left(\frac{2}{2-t}\right)^{X+1} \)
To find the Bayes' estimator of \( e^\lambda \), we set \( t=1 \):
\( E[e^{\lambda}|X] = \left(\frac{2}{2-1}\right)^{X+1} = \left(\frac{2}{1}\right)^{X+1} = 2^{X+1} \)
The Bayes' estimator of \( e^\lambda \) is \( 2^{X+1} \). This confirms statement A.
Based on the derivations:
Statements A, B, and C are correct.
| x | 0 | 1 | 2 | 3 |
| $p_{\theta_0}(x)$ | 0.01 | 0.04 | 0.5 | 0.45 |
| $p_{\theta_1}(x)$ | 0.02 | 0.08 | 0.4 | 0.5 |