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.