1

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...

lakshmen
  • 1,005

1 Answers1

1

$$ \prod_{i=1}^n x_i^{\theta-1} = \left( \prod_{i=1}^n x_i \right)^{\theta-1}, $$ so $$ L(\theta) = \theta^n P^{\theta-1}, $$ where $P$ is the product. Therefore $$ \ell(\theta)=\log L(\theta) = n\log\theta + (\theta-1)\log P, $$ so $\ell\,'(\theta) = \dfrac n\theta+\log P$, etc. Can you take it from there?