The question is the following:
A random sample of n values is collected from a negative binomial distribution with parameter k = 3.
- Find the maximum likelihood estimator of the parameter π.
- Find an asymptotic formula for the standard error of this estimator.
- Explain why the negative binomial distribution will be approximately normal if the parameter k is large enough. What are the parameters of this normal approximation?
My working has been the following:
1. I feel like this is what is wanted but I'm not sure if I'm accurate here or if I can possibly take this further given the information provided?
$$p(x) = {x-1 \choose k-1}\pi^k(1-\pi)^{x-k}\\
L(\pi) = \Pi_i^n p(x_n|\pi)\\
\ell(\pi) = \Sigma_i^n\ln(p(x_n|\pi))\\
\ell`(\pi) = \Sigma_i^n\dfrac{k}{\pi}-\dfrac{(x-k)}{(1-\pi)}$$
I think the following is what is asked for. For the final part I feel like I need to replace $\hat{\pi}$ with $\dfrac{k}{x}$ $$\ell``(\hat{\pi}) = -\dfrac{k}{\hat{\pi}^2} + \dfrac{x}{(1-\hat{\pi})^2}\\ se(\hat{\pi}) = \sqrt{-\dfrac{1}{\ell``(\hat{\pi})}}\\ se(\hat{\pi}) = \sqrt{\dfrac{\hat{\pi}^2}{k} - \dfrac{(1-\hat{\pi})^2}{x}}\\$$
I am not really sure how to prove this one and am still researching it. Any hints or useful links would be greatly appreciated. I feel like it is related either to the fact that a negative binomial distribution can be seen as a collection of geometric distributions or the inverse of a binomial distribution but not sure how to approach it.
Any help at all would be greatly appreciated