songoku
- 2,503
- 402
- Homework Statement
- Please see below
- Relevant Equations
- Method of Moments Estimator (MME)
(i)
$$E(X)=\bar X$$
$$(-1)\left(\frac{\theta}{2}\right)+(1)\left(\frac{\theta}{2}\right)=\bar X$$
$$\bar X=0$$
Then:
$$\text{Var} (X)=\bar {X^2}-(\bar X)^2$$
$$(1)\left(\frac{\theta}{2}\right)+(1)\left(\frac{\theta}{2}\right)=\bar {X^2} - 0$$
$$\theta = \frac{1}{n} \sum_{i=1}^{n} X_{i}^{2}$$
(ii)
$$E(\hat {\theta})=E(\bar {X^2})=\theta$$
So the MME is unbiased estimator.
Is my working correct? Thanks