-1
$\begingroup$

Assume that $X_1,X_2, ..., X_n$ is random sample with exponential distribution and with probability density function:

$$f(x)=\left\{ \begin{array}{c} \lambda e^{-\lambda x} \; x>0, \\ 0 \qquad x <0, \end{array} \right. $$

where $\lambda >0$ is unknown parametr. Find interval estimation of parameter $\lambda$ with central limit theorem

May someone give me an idea, how to find estimation of the parameter?

  • 0
    Are you looking for a $ 100(1-\alpha) \% $ CI or an asymptotic $ 100(1-\alpha) \% $ CI ?2017-01-22
  • 0
    asymptotic 100(1−α)%100(1−α)% CI2017-01-22
  • 0
    Please incorporate your clarification into the body of the Question as an Edit. While you are at it, given some indication of what you tried and what difficulty was found, so that Readers can better address this as your level of understanding.2017-01-22
  • 0
    Okay, I understand. I will do changes in this question.2017-01-22

1 Answers 1

1

First, it is easy to see that $ E(X_1) = \frac{1}{\lambda} $ and $ Var(X_1) = \frac{1}{\lambda^2}$. From CLT it follows that

$$ \frac{\sqrt{n}\left (\overline{X} -\frac{1}{\lambda}\right)}{\frac{1}{\lambda}} \xrightarrow {d} N(0,1)$$

and equivalently,

$$ \sqrt{n} \left (\lambda \overline{X} - 1\right)\xrightarrow {d} N(0,1).$$

Therefore, the asymptotic $ 100(1-\alpha)\% $ CI of $ \lambda $ is

$$ P \left ( - z_{\frac{\alpha}{2}} \leq \sqrt{n} \left (\lambda \overline{X} - 1\right) \leq z_{\frac{\alpha}{2}} \right) = 1 - \alpha $$

and equivalently,

$$ P \left (\frac{ - z_{\frac{\alpha}{2}} + \sqrt{n}}{\overline{X} \sqrt{n}} \leq \lambda \leq \frac{z_{\frac{\alpha}{2}} + \sqrt{n}}{\overline{X}\sqrt{n}}\right) = 1 - \alpha. $$