Tell me more ×
Mathematics Stack Exchange is a question and answer site for people studying math at any level and professionals in related fields. It's 100% free, no registration required.

I'm working on a question and I appreciate if you could guide me on how to approach it. Here is the question:

Consider $Y_1, Y_2, \ldots, Y_n$ as iid with density $f(y;\theta)$ and assume that the first and the second derivative of $log f$ with respect to $\theta$ exists. Derive the asymptotic distribution of $\hat{\theta}$ and suggest a consistent estimator of it's asymptotic variance. Also, consider a g function such that:

  • $E_{\theta}[g(Y;\theta)] = 0$
  • $\partial{g(Y;\theta)}$ exists,
  • $E_\theta[g^2(Y;\theta)] < \infty \text{ } \forall \theta$

My solution: The first step is to write the likelihood function:

$$L(\theta) = \prod_{i = 1}^n f(y_i;\theta) \rightarrow \log (L) = \sum_{i = 1}^n f(y_i;\theta) \rightarrow \\ U(\theta) = \text{score function} = \frac{\partial{\log(L)}}{\partial{\theta}} = \sum_{i = 1}^n f'(yi ; \theta) = 0$$

I don't know how to continue. I don't know whether I can use properties of MLE saying that $\theta $ is normal or I should prove that it's normal.

I appreciate your help.

share|improve this question
This question is too open-ended. If you want to prove everything from scratch, there is a lot of ground to cover. You need to derive consistency and central limit theorem for both the maximum likelihood estimator and the M-estimator (the one relying on $g$). You need to derive the asymptotic variance for both (for the mle, it uses an inverse of the hessian, for the M-estimator, the variance is obtained by the sandwitch esstimator). Maybe, the question should be more focused on one aspect of all of the above. – Learner Nov 20 '12 at 1:54

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.