$X_1,...,X_n$ are independent Poisson random variables with$ X_j $having parameter$j\lambda$.What is the fisher information contained in $(X_1,...,X_n)$ about $\lambda$? BTW,What is the likelihood function in this question? $S_n$ is the log likelihood function,is the first derivative right ?i dont know if it is correctas this is the first step to get the answer. What i calculate is $\frac{\partial S_n}{\partial x}=\sum_{i=1}^{n}\frac{X_i}{\lambda i}-1$
Fisher information
1 Answers
Try the following:
1) Calculate the likelihood function based on observations $x_1,\ldots,x_n$ from $X_1,\ldots,X_n$. This is just $$ L(\lambda)=L(\lambda;(x_1,\ldots,x_n))=\prod_{i=1}^n p_i(x_i), $$ where $p_i$ denotes the probability function corresponding to $X_i$. Then calculate the loglikehood function $l(\lambda)=l(\lambda;(x_1,\ldots,x_n))=\log(L(\lambda;(x_1,\ldots,x_n)))$.
2) Differentiate twice with respect to $\lambda$ and get an expression for $$ \frac{\partial^2 l(\lambda)}{\partial \lambda^2}. $$
3) Then the Fischer information is the following $$ i(\lambda)=E\left[-\frac{\partial^2 l(\lambda;(X_1,\ldots,X_n)}{\partial \lambda^2}\right]. $$
I think the correct answer must be $\frac{n(n+1)}{2}\frac{1}{\lambda}$, but please correct me if I'm wrong.
-
0What is the likelihood function?i guess i get a wrong likelihood function – 2012-03-06
-
0It is just the product of the probability functions as we have independence. As $X_i\sim po(i\lambda)$ for $i=1,\ldots,n$ we have that $p_i(k)=\frac{(i \lambda)^k}{k!}e^{-i\lambda}$, $k\in\mathbb{N}$. So if $x_1,\ldots,x_n$ are observations from $X_1,\ldots,X_n$ the likelihood function becomes $L(\lambda)=\prod_{i=1}^n p_i(x_i)=\prod_{i=1}^n \frac{(i\lambda)^{x_i}}{x_i !}e^{-i\lambda}$. – 2012-03-06
-
0i got a question,shouldn't we differentiate w.r.t. the parameter?in this case,the parameter is $\lambda i$ – 2012-03-06
-
0It's true that $i\lambda$ is the parameter of the Poisson distribution for $X_i$, but the only unknown parameter in your setup is $\lambda$. If you have an estimate of $\lambda$ then you automatically also have an estimate for $i\lambda$ for $i=1,\ldots,n$. So differentiation should be wrt $\lambda$. – 2012-03-06
-
0Since they're i.i.d., you could just find the Fisher information in the first one and multiply it by $n$. – 2012-03-06
-
0They're not iid. They have different means as I see it. – 2012-03-06
-
0o i see, thanks,i didn't recognise the meaning behind. – 2012-03-06