I found the following question in a past exam paper and I would like to ask how to solve it as I can't find anything in the notes related to it:
If three samples taken from Exponential(lambda) are 0.1, 0.5
and 0.9, what's the MLE for lambda?
I don't really understand how I'm supposed to deduct it from such little information?
Consider the definition of the likelihood function for a statistical model. Here, $\theta = \lambda ,$ the unknown parameter of the distribution in question. Assuming your samples $X_1 = 0.1, X_2 = 0.5, X_3 =0.9,$ are independent, we have that the likelihood function is $f_{\lambda } (X_1, X_2, X_3) = \lambda^3 e^{-\lambda (X_1 + X_2 + X_3)}.$ Taking logarithms gives the log-likelihood function of the data; $\mathcal{L}_3 (\lambda ) = 3\log \lambda - \lambda 3\overline{x},$ where $\overline{x} = 0.5$ is the sample mean. The function is maximized at $\hat{\lambda } = \frac{1}{\overline{x}} = 2.$