0

Let the density of $X$ be $\displaystyle\frac{1}{2\theta}\mathbb{I}_{(-\theta,\theta)}(x)$.

I did some calculations and since the derivative is always negative, I thought the MLE would be $\hat \theta=\max(\{x_i,-x_i\})$. However, at that point the density is zero...

The density doesn't determine completely the distribution, so we could instead suppose that the density is $\displaystyle\frac{1}{2\theta}\mathbb{I}_{[-\theta,\theta]}(x)$, and since $[x,\infty)\cap [-x,\infty)=[\max\{x,-x\},\infty)$, we could now have $\hat \theta=\max(\{x_i,-x_i\})$ without the density being zero.

Am I correct?

1 Answers1

3

Two functions $f(x)=\displaystyle\frac{1}{2\theta}\mathbb{I}_{(-\theta,\theta)}(x)$ and $f(x)=\displaystyle\frac{1}{2\theta}\mathbb{I}_{[-\theta,\theta]}(x)$ are PDFs of the same uniform distribution. No matter what kind of brackets is written here.

Please note also, that it is not "boundary of parameter space". Here parameter space is $\theta>0$, and a.s. $\hat\theta=\max_{i\in I}|x_i|>0$ too. It lies inside the space of all possible values of parameter.

NCh
  • 13,807
  • 4
  • 17
  • 33