Finding the mle for the gamma distribution

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 3K views
Artusartos
Messages
236
Reaction score
0
So if the parameter [tex]\theta[/tex] is alpha...

[tex]L(\theta) = \frac{1}{\Gamma(\theta)\beta^{\theta}} x^{\theta-1} e^{-x/\beta}[/tex]

Now I take the natural log of that...


[tex]ln(L(\theta)) = ln(\frac{1}{(1-\theta)!}) + ln(\frac{1}{\beta^{\theta}}) + ln(x^{\theta-1}) + ln(e^{-x/\beta})[/tex]

Now I want to take the derivative of this...but I'm stuck because I don't know what the derivative of [tex]\frac{1}{(1-\theta)!}[/tex] is...how can I find the derivative of a factorial? :confused:
 
on Phys.org
Why did you replace the gamma function with the factorial in the first place? Differentiate the gamma function, problem solved.