LoadedAnvils
- 36
- 0
Let X_{1}, \ldots, X_{n} \; \mathtt{\sim} \; \textrm{Poisson} (\lambda) and let \hat{\lambda} = n^{-1} \sum_{i = 1}^{n} X_{i}.
The bias of \hat{\lambda} is \mathbb{E}_{\lambda} (\hat{\lambda}) - \lambda. Since X_{i} \; \mathtt{\sim} \; \textrm{Poisson} (\lambda), and all X_{i} are IID, \sum_{i = 1}^{n} X_{i} \; \mathtt{\sim} \; \textrm{Poisson} (n \lambda).
Thus, \mathbb{E} (\hat{\lambda}) = \sum_{nx = 1}^{\infty} x \exp{(-n \lambda)} \frac{(n \lambda)^{nx}}{(nx)!} = \lambda, and the indicator is unbiased (bias = 0).
However, I'm using \mathbb{E}_{\lambda} as \mathbb{E}, and I don't know if I'm doing it right. I haven't seen any similar examples and this is the first time I'm calculating the bias, so I would really love some insight.
The bias of \hat{\lambda} is \mathbb{E}_{\lambda} (\hat{\lambda}) - \lambda. Since X_{i} \; \mathtt{\sim} \; \textrm{Poisson} (\lambda), and all X_{i} are IID, \sum_{i = 1}^{n} X_{i} \; \mathtt{\sim} \; \textrm{Poisson} (n \lambda).
Thus, \mathbb{E} (\hat{\lambda}) = \sum_{nx = 1}^{\infty} x \exp{(-n \lambda)} \frac{(n \lambda)^{nx}}{(nx)!} = \lambda, and the indicator is unbiased (bias = 0).
However, I'm using \mathbb{E}_{\lambda} as \mathbb{E}, and I don't know if I'm doing it right. I haven't seen any similar examples and this is the first time I'm calculating the bias, so I would really love some insight.