1lmfit(7)                         lmfit manual                         lmfit(7)
2
3
4

NAME

6       lmfit - Levenberg-Marquardt least-squares minimization
7

DESCRIPTION

9       lmfit is a C library for Levenberg-Marquardt least-squares minimization
10       and curve fitting. It is mature code, based on decades-old algorithms
11       from the FORTRAN library MINPACK.
12
13       For fitting a data set {(x_i,y_i)|i=0,1,..} by a parametric curve
14       f(x,t), see lmcurve(3).
15
16       For generic minimization of the Eucledian norm of parametric vector,
17       see lmmin(3).
18
19       For an example how to use lmmin, see the source files lmcurve.h and
20       lmcurve.c. Do not patch these files; copy and modify them to create
21       your own, differently named version of lmcurve_data_struct,
22       lmcurve_evaluate, and lmcurve.
23

COPYING

25       Copyright (C):
26          1980-1999 University of Chicago
27          2004-2015 Joachim Wuttke, Forschungszentrum Juelich GmbH
28
29       Software: FreeBSD License
30
31       Documentation: Creative Commons Attribution Share Alike
32

SEE ALSO

34       lmcurve(3), lmmin(3)
35
36       Homepage: http://apps.jcns.fz-juelich.de/lmfit
37

BUGS

39       Please send bug reports and suggestions to the author
40       <j.wuttke@fz-juelich.de>.
41
42
43
44perl v5.24.1                      2017-11-22                          lmfit(7)
Impressum