Let X have an uniform distribution on the segment [a,b]. With the method of maximum likelihood, estimate the parameter d = b-a. Then check if the estimator is consistent.
Hi, i tried solving this problem. I don't know how to continue. Any help will be welcomed :) Thanks in advance
Starting form:
$$f_x(x)= \begin{cases} \frac{1}{\theta} , x \in [a,b] \\ 0, otherwise \end{cases}$$
$$L(\theta) = (\frac{1}{\theta}) ^n$$ $$\frac{\partial{\ln(L(\theta))}}{\partial{\theta}} = \frac{\partial\ln(\frac{1}{\theta}) ^n}{\theta}=0$$ after solving this i have $$\frac{-n}{\theta}=0$$

\mathit{...}. In the present case, there doesn't seem to be a need to italicize the text; in that case you can use\text{...}to include roman text in math mode. You can get properly sized parentheses (and other paired delimiters) that adjust to the size of their content by preceding them with\leftand\right. – joriki May 15 '20 at 20:32