lmfit-general Mailing List for lmfit - least squares fitting
Levenberg-Marquardt least squares minimization amd curve fitting.
Brought to you by:
jwuttke
You can subscribe to this list here.
| 2004 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(1) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2005 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2006 |
Jan
(3) |
Feb
|
Mar
(4) |
Apr
|
May
(4) |
Jun
|
Jul
|
Aug
(4) |
Sep
|
Oct
|
Nov
|
Dec
|
| 2007 |
Jan
(2) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2009 |
Jan
|
Feb
|
Mar
|
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| S | M | T | W | T | F | S |
|---|---|---|---|---|---|---|
|
|
|
|
1
|
2
|
3
|
4
|
|
5
|
6
|
7
|
8
(2) |
9
|
10
|
11
|
|
12
|
13
|
14
|
15
|
16
|
17
|
18
|
|
19
|
20
|
21
|
22
|
23
(2) |
24
|
25
|
|
26
|
27
|
28
|
29
|
30
|
31
|
|
|
From: Joachim W. <wu...@we...> - 2006-03-23 18:17:10
|
> Hi Joachim, > I was wondering whether this code support non linear least squares > fitting > > Or not. > > Thanks, > > Sri the fit function must not be linear - Joachim ______________________________________________________________ Verschicken Sie romantische, coole und witzige Bilder per SMS! Jetzt bei WEB.DE FreeMail: http://f.web.de/?mc=021193 |
|
From: Sri K. <sri...@ai...> - 2006-03-23 17:24:27
|
Hi Joachim, =20 I was wondering whether this code support non linear least squares fitting Or not. =20 Thanks, Sri |
|
From: Joachim W. <wu...@we...> - 2006-03-08 18:13:32
|
Hi Giorgio, you should not modify lm_dif. You solve your problem on a higher level, outside lmfit, and pass only the parameters you want to fit to lm_minimize. Good luck, Joachim Gio...@ph... schrieb am 08.03.06 18:40:19: > > Hi all, > I want to modify lmfit so I can tell from a list of parameter which I want to > fit, like Numerical Recipes does. I have a simulation program of my > experimental data and I want to be able to tell which parameters should be > fitted and which ones should be kept fix. > Is there any other code available for that? > For doing this, Is there any other way than modifying lm_lmdif? > If I modify lm_lmdif, should I modify others functions? > > Thanks, > > Giorgio > > > > > > ------------------------------------------------------- > This SF.Net email is sponsored by xPML, a groundbreaking scripting language > that extends applications into web and mobile media. Attend the live webcast > and join the prime developer group breaking into this new coding territory! > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 > _______________________________________________ > Lmfit-general mailing list > Lmf...@li... > https://lists.sourceforge.net/lists/listinfo/lmfit-general ______________________________________________________________ Verschicken Sie romantische, coole und witzige Bilder per SMS! Jetzt bei WEB.DE FreeMail: http://f.web.de/?mc=021193 |
|
From: <Gio...@ph...> - 2006-03-08 17:39:19
|
Hi all, I want to modify lmfit so I can tell from a list of parameter which I want to fit, like Numerical Recipes does. I have a simulation program of my experimental data and I want to be able to tell which parameters should be fitted and which ones should be kept fix. Is there any other code available for that? For doing this, Is there any other way than modifying lm_lmdif? If I modify lm_lmdif, should I modify others functions? Thanks, Giorgio |