aboutsummaryrefslogtreecommitdiff
path: root/man/lmfit.html
blob: 4063631ce4f391bb2f468d62bc573f8a15f67c99 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
<?xml version="1.0" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>lmfit: a self-contained C library for Levenberg-Marquardt least-squares minimization and curve fitting</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<link rev="made" href="mailto:root@localhost" />
</head>

<body>





<link rel="stylesheet" href="podstyle.css" type="text/css" />

<h1 id="NAME">NAME</h1>

<p>lmfit - Levenberg-Marquardt least-squares minimization</p>

<h1 id="DESCRIPTION">DESCRIPTION</h1>

<p><b>lmfit</b> is a C library for Levenberg-Marquardt least-squares minimization and curve fitting. It is mature code, based on decades-old algorithms from the FORTRAN library MINPACK.</p>

<p>For fitting a data set {(x_i,y_i)|i=0,1,..} by a parametric curve f(x,t), see <b>lmcurve</b>(3).</p>

<p>For generic minimization of the Eucledian norm of parametric vector, see <b>lmmin</b>(3).</p>

<p>For an example how to use <b>lmmin</b>, see the source files <i>lmcurve.h</i> and <i>lmcurve.c</i>. Do not patch these files; copy and modify them to create your own, differently named version of <i>lmcurve_data_struct</i>, <i>lmcurve_evaluate</i>, and <i>lmcurve</i>.</p>

<h1 id="COPYING">COPYING</h1>

<p>Copyright (C): 1980-1999 University of Chicago 2004-2015 Joachim Wuttke, Forschungszentrum Juelich GmbH</p>

<p>Software: FreeBSD License</p>

<p>Documentation: Creative Commons Attribution Share Alike</p>

<h1 id="SEE-ALSO">SEE ALSO</h1>



<a href="http://apps.jcns.fz-juelich.de/man/lmcurve.html"><b>lmcurve</b>(3)</a>,
<a href="http://apps.jcns.fz-juelich.de/man/lmmin.html"><b>lmmin</b>(3)</a>

<p>Homepage: http://apps.jcns.fz-juelich.de/lmfit</p>

<h1 id="BUGS">BUGS</h1>

<p>Please send bug reports and suggestions to the author &lt;j.wuttke@fz-juelich.de&gt;.</p>


</body>

</html>