1

Suppose $X_i$ is uniformly distributed on $[v;c]$, where $v$ is the parameter of interest and $c$ is some constant. The task is to find a GMM estimator of $v$.

I know that to derive a GMM estimator we need to specify moment conditions that contain our parameters of interest and then solve for those parameters by replacing population moments with their sample versions.

My best guess at this particular problem is that we have to use moment condition

$E[X_i - \mu] = 0$

with $\mu$ being population mean. Since $X_i$ is uniformly distributed on $[v;c]$, we can say that $\mu = \frac{1}{2}(c+v)$. This gives us

$E[X_i - \frac{1}{2}(c+v)] = 0$

Then we simply estimate using our sample

$\frac{1}{n}\sum\limits_{i=1}^n (X_i - \frac{1}{2}(c+v)) = 0$

Solving for $v$ gives us the desired estimator

$v=2\frac{1}{n}\sum\limits_{i=1}^n (X_i) - c$

Is this solution correct?

0 Answers0