Derivative of $\frac{d}{d\theta }\left(\left(\theta \:-1\right)\sum\limits_{i=0}^n\:\ln\left(x_i\right)\right)$

112 Views Asked by At

I'm doing some maximum likelihood estimation exercise and I got stuck on the derivative of the following part: $\frac{d}{d\theta }\left(\left(\theta \:-1\right)\sum\limits_{i=0}^n\:\ln\left(x_i\right)\right)$

1

There are 1 best solutions below

2
On BEST ANSWER

The sum is a constant with respect to $\theta$. So the answer is $$\sum\limits_{i}\ln x_i,$$ since $\frac{d}{d\theta}((\theta-1)c)=c$ if $c$ is a constant.