MLE of Poisson Dist: Find \lambda^2+1

  • Thread starter Thread starter mrkb80
  • Start date Start date
  • Tags Tags
    Mle Poisson
mrkb80
Messages
40
Reaction score
0

Homework Statement


Let X_1,...,X_n be a random sample from a poisson distribution with mean \lambda

Find the MLE of \lambda^2 + 1

Homework Equations


The Attempt at a Solution



I found \hat{\lambda}=\bar{x}

Can I just square it and add 1 and solve for lambda hat?

If not I have no idea how I would get the FOC (with respect to \lambda^2 + 1)

of the log-likelihood function \ln{L(\lambda^2+1)}=-n\lambda + \Sigma_{i=1}^n x_i \ln{\lambda} - \ln{\Pi_{i=1}^n x_i!}
 
Physics news on Phys.org
mrkb80 said:
I found \hat{\lambda}=\bar{x}

Can I just square it and add 1 and solve for lambda hat?
That's my understanding of how MLE works. If α is the value of λ that maximises the likelihood of the observed data, then (α2+1) must be the value of λ2+1 that does the same.
 
cool. thanks again.
 
Thread 'Use greedy vertex coloring algorithm to prove the upper bound of χ'
Hi! I am struggling with the exercise I mentioned under "Homework statement". The exercise is about a specific "greedy vertex coloring algorithm". One definition (which matches what my book uses) can be found here: https://people.cs.uchicago.edu/~laci/HANDOUTS/greedycoloring.pdf Here is also a screenshot of the relevant parts of the linked PDF, i.e. the def. of the algorithm: Sadly I don't have much to show as far as a solution attempt goes, as I am stuck on how to proceed. I thought...
Back
Top