minpack.lm

From MaRDI portal
Software:23556



swMATH11616CRANminpack.lmMaRDI QIDQ23556

R Interface to the Levenberg-Marquardt Nonlinear Least-Squares Algorithm Found in MINPACK, Plus Support for Bounds

Timur V. Elzhov

Last update: 11 September 2023

Software version identifier: 1.2-3, 1.2-2, 1.2-4

Source code repository: https://github.com/cran/minpack.lm

Copyright license: GNU General Public License, version 3.0

The nls.lm function provides an R interface to lmder and lmdif from the MINPACK library, for solving nonlinear least-squares problems by a modification of the Levenberg-Marquardt algorithm, with support for lower and upper parameter bounds. The implementation can be used via nls-like calls using the nlsLM function.