Suppose a measurement process is applied to something whose actual value $\mu$ is given by the probability density function $f(x)= \frac{1}{\mu} e^{-\frac{x}{\mu}} $
Suppose we have observations $x_1, x_2 \ldots, x_n$ were taken with precision $\Delta$. This means that each measurement can have a value of $x \pm \Delta$.
Write the likelihood function to find those observations. Find the value that maximizes the likelihood function
I do
$L(\mu)= \frac{1}{\mu} e^{-\frac{x_1}{\mu}} \cdots \frac{1}{\mu} e^{-\frac{x_n}{\mu}}=\frac{1}{\mu^n}e^{\frac{-x_1-x_2- \ldots -x_n}{\mu}}=\frac{1}{\mu^n}e^{\frac{-n\bar{x}}{\mu}}$ but i dont know if im right or i have to consider the $ \pm \Delta$
and for the second i do $\frac{\partial ln(L(\mu))}{\partial \mu}=\frac{n(\bar{x}-\mu)}{\mu^2}=0$ then $\mu=\bar{x}$