1

Let $X_1, X_2, ..., X_n$ ~ $U(-\theta, \theta)$, it is known that $\hat{\theta}_{MLE} = X_{max}$ of the sample set.

The given sample set is $X_1 = -0.9$, $X_2 = -0.3$, $X_3 = -0.1$, $X_4 = 0.2$, $X_5 = 0.4$, $X_6 = 0.6$, and $X_7 = 0.8$

I'm not sure which of the following is correct...

$$\hat{\theta}_{MLE} = |X_k| \hspace{1cm} or \hspace{1cm} \hat{\theta}_{MLE} = X_k$$

and equivalently in this case...

$$\hat{\theta}_{MLE} = |-0.9| = 0.9 \hspace{1cm} or \hspace{1cm} \hat{\theta}_{MLE} = 0.8$$

This is different from similar problems since it looks specifically at calculating these estimators when given a sample of numeric values, which also contains negatives.

1 Answers1

2

Given a sample $x\equiv \{x_i\}_{i=1}^n$, the likelihood is $$ L(\theta\mid x)=(2\theta)^{-n} \times1\{\theta\ge M(x)\}, $$ where $M(x):=\max_{1\le i\le n}|x_i|$. Then the MLE of $\theta$ is $\hat{\theta}_n=M(x)$.


The first moment of $X_1$ is zero. However, one may consider the second moment: $\mathsf{E}X_1^2=\theta^2/3$. Then the MME of $\theta$ is $\hat{\theta}_n=\sqrt{3\sum_{i=1}^n x_i^2/n}$.