My Problen:
A Random variable $X$ has the following distribution function: $$ F_X(x)=% \begin{cases} x^\theta, &x\in[0,1]\\ 0, &\text{otherwise}. \end{cases} $$
We have gotten x1 = 0.40 x2 = 0.75 x3 = 0.95 from three independent trials. Determine the Maximum-Likelihood estimation of θ.
Solution
2.39
My attempt of solving the problem
L(θ) = x1θx2θx3θ = (0.40θ 0.75θ 0.95θ)
f(θ) = ln(L(θ)) = ln((0.40θ 0.75θ 0.95θ))
f(θ) = ln((0.40θ 0.75θ 0.95θ)) = ln(0.40θ) + ln(0.75θ) + ln(0.95θ)
At this point I usually make the derivative of f(θ) equal to zero to get θ, but when I try to do so I get
$$\frac{d}{dx}(f(θ)) = (-0.916291) + (-0.287682) + (-0.0512933) = -1.2552663$$
The θ disappears and I get left with -1.2552663 which is not even close to the correct answer.
My Question:
I am clearly getting the wrong answer.
I would be tankful for any help and/or guidance.