1LMFIT(7) lmfit manual LMFIT(7)
2
3
4
6 lmfit - Levenberg-Marquardt least-squares minimization
7
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 lmmin2(3).
18
19 For the simpler legacy API without error estimates, see lmmin(3).
20
21 For an example how to use lmmin, see the source files lmcurve.h and
22 lmcurve.c. Do not patch these files; copy and modify them to create
23 your own, differently named version of lmcurve_data_struct,
24 lmcurve_evaluate, and lmcurve.
25
27 Copyright (C):
28 1980-1999 University of Chicago
29 2004-2015 Joachim Wuttke, Forschungszentrum Juelich GmbH
30
31 Software: FreeBSD License
32
33 Documentation: Creative Commons Attribution Share Alike
34
36 lmcurve(3), lmmin(3), lmmin2(3)
37
38 Homepage: http://apps.jcns.fz-juelich.de/lmfit
39
41 Please send bug reports and suggestions to the author
42 <j.wuttke@fz-juelich.de>.
43
44
45
46perl v5.30.0 2019-07-25 LMFIT(7)