Skip to content
Prev 274865 / 398506 Next

Non-linear maximization function in R

On Oct 18, 2011, at 20:12 , aazaff wrote:

            
Not reading up on the theory. 

a: That looks like a negative log likelihood. "Log odds of being a good fit" makes no sense (to me at least).

b: Likelihoods for discrete data are probabilities, hence the log likelihood is negative and the negative log likelihood is positive.

c: You usually want to maximize the likelihood, hence minimize the negative log likelihood. 

d: Your "gaussian logistic regression" below, isn't. It's a binary logistic regression, basically doing what HOF.start does, but calculating a different set of transformed parameters. 

e: The names on the return value from HOF.start doesn't seem to match the function definition???