consistency of estimator

410 Views Asked by At

Let $X_1,\ldots,X_n$ be an independent sample from random variable with pdf $$ f(x)= \frac 1 \theta e^{-x/\theta}, \qquad x ≥ 0 $$ How to check that the estimator $\theta(X) = \dfrac{X_1 + X_2} 2$ is consistent?

2

There are 2 best solutions below

2
On BEST ANSWER

Use definition of consistent estimator along with the fact that sum of exponentially distributed r.v.s has Gamma distribution.

In other words, you want to prove that $\mathbb{P}[\sum_{i=1}^{n}X_{i}\geq n\cdot\epsilon]\rightarrow0$ as $n\rightarrow\infty$. Since $\sum_{i=1}^{n}X_{i}$ has Gamma distribution with parameters $n$ and $\theta$, you want to show that $\Gamma(n,\frac{n\epsilon}{\theta})/\Gamma(n)$ tends to $1$ for $\epsilon>0$ and $\theta>0$.

0
On

Note that you estimator does not depend on the sample size $n$, hence

$$ Var(\theta(X)) =\frac 1 4(\theta^2 + \theta^2)=\frac{\theta^2}{2}. $$ The variance (MSE, as this estimator unbiased) does not converges to $0$. Generally it is not sufficient condition to deduce that it is not consistent, but it gives the intuitive understanding that the probability mass does not concentrate at some point (parameter). More formally, for all $\epsilon > 0$,

$$\lim_{n\to \infty} P(| \theta(X) - \theta|\ge \epsilon) = \lim_{n\to\infty}\left( P(X_1+X_2\ge2(\theta+\epsilon))+ P(X_1+X_2\le 2(\theta - \epsilon))\right)$$

$$=P(X_1+X_2 \notin[2(\theta \pm \epsilon)]) = 1-\int_{2(\theta - \epsilon)}^{2(\theta + \epsilon)}f_{X_1+X_2}(x)dx \approx1.$$ In the last step you can use the fact $X_1+X_2 \sim \Gamma(2, 1/\theta)$, thus for small enaugh $\epsilon$, this integral will equal almost $0$.