Maybe this question is simple, but I really need some help. When we use the Maximum Likelihood Estimation(MLE) to estimate the parameters, why we always put the log() before the joint density? To use the sum in place of product? But why? The wikipedia said it will be convenient. Why? Thank you.
2026-03-31 21:48:54.1774993734
Why we always put log() before the joint pdf when we use MLE(Maximum likelihood Estimation)?
469 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
by using the log function our likelihood function is become more convenient and finding of its derivative is become more easy that's why we use log function. this is the only reason for using the log. in some cases derivative is not to easily calculate and after taking the log of likelihood function it's become simple. in the problem of MLE our aim is to maximize the likelihood function and after the applying log function there is no change in maximization.