Hello,

My name is Hwanggyu Lim. I am working estimating parameters of non-negative 
function, which has local maximums. For example, the function has three 
parameters (e.g., f(a, b, c)) and I need to estimate them.
For this, I am using nlminb optimization function and it works fine.

Here is my question. I want to specify the absolute difference stopping 
tolerance (or stopping criterion) to stop the iteration of estimation 
algorithm. For example, when n-1th estimates and nth estimates have absolute 
differences less than 0.001 for all three parameters, the iteration must stop. 
In this case, is there any way that I can do? I know that nlminb function has 
several control parameters to specify the tolerance. But, I am not sure how I 
can specify the absolute difference stopping tolerance. (I think that abs.tol 
argument is not relevant to my question because it only works for functions 
whose minimum is 0.

Could you please provide any idea about my situation if you have? Thanks!

Best,
Hwanggyu
The information in this transmission is confidential and intended only for the 
recipient listed above. If you are not the intended recipient, please advise 
the sender immediately by reply e-mail and delete this message and any 
attachments without retaining a copy. If you are not the intended recipient, 
you are hereby notified that any disclosure, copying or distribution of this 
message, or the taking of any action based upon it, is strictly prohibited.

        [[alternative HTML version deleted]]

______________________________________________
R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to