minpack
The minpack
library contains functions to solve non-linear
optimization and least squares problems. The functions can be
expressed as
library('minpack',f)
where f
can be one of 'hybrd'
, 'hybrj'
,
'lmder'
, 'lmdif'
, or 'lmstr'
, following the names
of the underlying Fortran subroutines.