Suppose $X_1,X_2,\ldots,X_n$ be a random sample of distribution with probability density function
$$f(x\mid\theta) = \theta x^{\theta-1},\quad 0\lt x \lt 1,\quad 0\lt \theta \lt \infty$$
how can i find MLE of parameter $θ$?
My working is like this:
$$L(\theta\mid x) = \prod f(x\mid\theta) = \prod \theta x^{\theta-1} = \theta^n \prod x ^{\theta-1}$$
Then I got stuck...