Skip to content

nlm in R version 0.90

2 messages · Joanna Mills, Douglas Bates

#
I am trying to obtain some more detail regarding the nlm function
available in the latest release of R. Specifically, what mimimization
routine is being used... and ... does there exist a fortran or C version
of it?
Thank you,
Joanna

Joanna Elizabeth MILLS, M.Sc.               Ph:  (902) 494-3747
Dalhousie University                        Fax: (902) 494-5130
Department of Mathematics and Statistics    Res: (902) 443-0230
Halifax, N.S. Canada B3H 3J5                millsje at mscs.dal.ca

-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !)  To: r-help-request at stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
#
Joanna Mills <millsje at mscs.dal.ca> writes:
The short answer is that the code is based on that in Dennis and
Schnabel's book on unconstrained optimization and coded in Fortran.

R is an open-source software product so you can always read the code
to see what optimization algorithm is being used.  If you are working
on a Unix/Linux system, obtain the file src/base/R-0.90.1.tgz from one
of the CRAN archives (http://cran.us.r-project.org/ will probably give
the fastest response from your location) and expand it.  The file is in
gzip compressed tar format.  The Fortran sources for the compiled code
called by nlm are in src/appl/uncmin.f.  A "wrapper" function coded in
C is given in src/main/optimize.c
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !)  To: r-help-request at stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._