Answer on Question #85923 – Math – Statistics and Probability
Question
Let X1,X2,…,Xn be a random sample from a Poisson distribution with parameter λ. Find an estimator of λ using
(i) the method of moments;
(ii) the method of maximum likelihood.
Also, compare the estimators obtained in parts i) and ii).
Solution
(i) MME
We know that E(X)=λ, from which we have a moment estimator of λ as
λ^=n1i=1∑nXi
Also, because we have Var(X)=λ, equating the second moments, we can see that λ=E(X2)−(E(X))2 so that
λ^=n1i=1∑nXi2−(n1i=1∑nXi)2
Both are moment estimators of λ. Thus, the moment estimators may not be unique. We generally choose X as an estimator of λ, for its simplicity.
(ii) MLE
We have the probability mass function
p(x)=x!λxe−λ,x=0,1,2,…,λ>0
Hence, the likelihood function is
L(λ)=i=1∏nxi!λxie−λ=∏i=1nxi!λ∑i=1nxie−nλ
Taking the natural logarithm, we have
lnL(λ)=i=1∑nxilnλ−nλ−i=1∑nln(xi!)
Differentiate both sides with respect to λ
dλd(L(λ))=λ1i=1∑nxi−n
Find the value of λ which maximizes L(λ)
dλd(L(λ))=0⇒λ1i=1∑nxi−n=0
That is
λ=n1i=1∑nxi=x
The second derivative
dλ2d2(L(λ))=−λ21i=1∑nxi<0forallλ
Therefore, MLE of λ is
λ^=X,
which is the same as Method of Moments estimator.
Answer provided by https://www.AssignmentExpert.com
Comments