I'm given $f(x;\theta) = \frac12 e^{-|x - \theta|}$, $-\infty < x < \infty$ and $0 < \theta < \infty$. I want to find the maximum likelihood estimator of $\theta$. I found:
$$\ln L(\theta; x_1,..., x_n) = -n \ln 2 - \sum |x_i - \theta|$$
Usually I would differentiate and find the maximum. Here differentiation does not work. But by inspection, $\sum |x_i - \theta|$ is always positive so $L$ has a maximum when $\sum |x_i - \theta| = 0$. But how can I express $\theta$ in terms of the $x_i$'s?