Skip to content
Prev 78846 / 398502 Next

ML optimization question--unidimensional unfolding scaling

There may be a few problems where ML (or more generally Bayes) fails 
to give sensible answers, but they are relatively rare.

	  What is your likelihood?  How many parameters are you trying to 
estimate?

	  Are you using constrained or unconstrained optimization?  If 
constrained, I suggest you remove the constraints by appropriate 
transformation.  When considering alternative transformations, I 
consider (a) what makes physical sense, and (b) which transformation 
produces a log likelihood that is more close to being parabolic.

	  Hou are you calling "optim"?  Have you tried all "SANN" as well as 
"Nelder-Mead", "BFGS", and "CG"?  If you are using constrained 
optimization, I suggest you move the constraints to Inf by appropriate 
transformation and use the other methods, as I just suggested.

	  If you would still like more suggestions from this group, please 
provide more detail -- but as tersely as possible.  The posting guide 
is, I believe, quite useful (www.R-project.org/posting-guide.html).

	  spencer graves
Peter Muhlberger wrote: