I'm facing a problem that I'm not quite sure how to interpret or solve.
Let $X_1, X_2,..., X_n$ be i.i.d. exp($\beta$) random variables.
Suppose that the only observed information I have is $I[X_1>5], I[X_2 > 5], ... , I[X_n > 5]$.
From this, how can I find a maximum likelihood estimator for $\beta$ ?
I know how to derive it in the regular case, taking the derivative of the log-likelihood fuction, but I'm not sure I know how to interpret this let alone solve for the estimator. Any help would be greatly appreciated!
Hint: With $a\equiv|\{i:x_i\leq 5\}|$ and $b\equiv n-a$, define $$ L(\beta)=\prod_{i:x_i\leq 5}[1-\exp(-5/\beta)]\prod_{i:x_i>5}\exp(-5/\beta)=[1-\exp(-5/\beta)]^a\exp(-5b/\beta). $$ and maximize $L(\beta)$. As usual, $l(\beta)\equiv\log[L(\beta)]$ is more convenient to work with.