The R Project SVN R

Rev

Rev 72555 | Rev 88598 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 72555 Rev 74265
Line 1... Line 1...
1
% File src/library/stats/man/nlm.Rd
1
% File src/library/stats/man/nlm.Rd
2
% Part of the R package, https://www.R-project.org
2
% Part of the R package, https://www.R-project.org
3
% Copyright 1995-2017 R Core Team
3
% Copyright 1995-2018 R Core Team
4
% Distributed under GPL 2 or later
4
% Distributed under GPL 2 or later
5
 
5
 
6
\name{nlm}
6
\name{nlm}
7
\alias{nlm}
7
\alias{nlm}
8
\title{Non-Linear Minimization}
8
\title{Non-Linear Minimization}
Line 112... Line 112...
112
\source{
112
\source{
113
  The current code is by Saikat DebRoy and the R Core team, using a C
113
  The current code is by Saikat DebRoy and the R Core team, using a C
114
  translation of Fortran code by Richard H. Jones.
114
  translation of Fortran code by Richard H. Jones.
115
}
115
}
116
\references{
116
\references{
117
  Dennis, J. E. and Schnabel, R. B. (1983) \emph{Numerical Methods for
117
  Dennis, J. E. and Schnabel, R. B. (1983).
118
    Unconstrained Optimization and Nonlinear Equations.} Prentice-Hall,
118
  \emph{Numerical Methods for Unconstrained Optimization and Nonlinear
-
 
119
    Equations}.
119
  Englewood Cliffs, NJ.
120
  Prentice-Hall, Englewood Cliffs, NJ.
120
 
121
 
121
  Schnabel, R. B., Koontz, J. E. and Weiss, B. E. (1985) A modular
122
  Schnabel, R. B., Koontz, J. E. and Weiss, B. E. (1985).
122
  system of algorithms for unconstrained minimization.
123
  A modular system of algorithms for unconstrained minimization.
123
  \emph{ACM Trans. Math. Software}, \bold{11}, 419--440.
124
  \emph{ACM Transactions on Mathematical Software}, \bold{11}, 419--440.
-
 
125
  \doi{10.1145/6187.6192}.
124
}
126
}
125
\seealso{
127
\seealso{
126
  \code{\link{optim}} and \code{\link{nlminb}}.
128
  \code{\link{optim}} and \code{\link{nlminb}}.
127
 
129
 
128
  \code{\link{constrOptim}} for constrained optimization,
130
  \code{\link{constrOptim}} for constrained optimization,