Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.soft-sys.math.mathematica > #2956 > unrolled thread
| Started by | sathyanarayana <sathyapaladugu@gmail.com> |
|---|---|
| First post | 2011-06-05 11:04 +0000 |
| Last post | 2011-06-14 10:13 +0000 |
| Articles | 4 — 3 participants |
Back to article view | Back to comp.soft-sys.math.mathematica
FindFit sathyanarayana <sathyapaladugu@gmail.com> - 2011-06-05 11:04 +0000
Re: FindFit Gary Wardall <gwardall@gmail.com> - 2011-06-10 10:38 +0000
Re: FindFit Gary Wardall <gwardall@gmail.com> - 2011-06-10 10:39 +0000
Re: FindFit SigmundV <sigmundv@gmail.com> - 2011-06-14 10:13 +0000
| From | sathyanarayana <sathyapaladugu@gmail.com> |
|---|---|
| Date | 2011-06-05 11:04 +0000 |
| Subject | FindFit |
| Message-ID | <isfnsa$btu$1@smc.vnet.net> |
Hi, I have experimental data as y=f(x) and I need to fit using Levenberg-Marquardt method my model looks like y=f1(t) and x=f2(t) I would really appreciate any help on this issue sathyanarayana paladugu_sathya@yahoo.com
[toc] | [next] | [standalone]
| From | Gary Wardall <gwardall@gmail.com> |
|---|---|
| Date | 2011-06-10 10:38 +0000 |
| Message-ID | <isss7t$jeo$1@smc.vnet.net> |
| In reply to | #2956 |
On Jun 5, 6:04 am, sathyanarayana <sathyapalad...@gmail.com> wrote: > Hi, > > I have experimental data as y=f(x) > > and I need to fit using Levenberg-Marquardt method > > my model looks like y=f1(t) and x=f2(t) > > I would really appreciate any help on this > issue > > sathyanarayana > paladugu_sat...@yahoo.com Sathyanarayana, I'm not so sure that the Levenberg-Marquardt method can be applied generally. I think that your model has to be intrinsically linear. Could you be more specific with your model. I might be of some help. Thanks Gary
[toc] | [prev] | [next] | [standalone]
| From | Gary Wardall <gwardall@gmail.com> |
|---|---|
| Date | 2011-06-10 10:39 +0000 |
| Message-ID | <isss88$jf0$1@smc.vnet.net> |
| In reply to | #2956 |
On Jun 5, 6:04 am, sathyanarayana <sathyapalad...@gmail.com> wrote: > Hi, > > I have experimental data as y=f(x) > > and I need to fit using Levenberg-Marquardt method > > my model looks like y=f1(t) and x=f2(t) > > I would really appreciate any help on this > issue > > sathyanarayana > paladugu_sat...@yahoo.com Sathyanarayana, I spoke too soon. I think the Levenberg-Marquardt method can be applied to nonlinear problems. I still would like to see a more specific model. Gary
[toc] | [prev] | [next] | [standalone]
| From | SigmundV <sigmundv@gmail.com> |
|---|---|
| Date | 2011-06-14 10:13 +0000 |
| Message-ID | <it7c94$625$1@smc.vnet.net> |
| In reply to | #2956 |
On Jun 5, 1:04 pm, sathyanarayana <sathyapalad...@gmail.com> wrote: > Hi, > > I have experimental data as y=f(x) > > and I need to fit using Levenberg-Marquardt method > > my model looks like y=f1(t) and x=f2(t) > > I would really appreciate any help on this > issue > > sathyanarayana > paladugu_sat...@yahoo.com Sathyanarayana, Your problem description as slightly ambiguous. I take it that you have a list of x coordinates, generated from a function f2(t), and a list of y coordinates generated from a function f1(t). You then want to fit a model f to the data. What's your upshot of a model? Did I understand your problem correctly? Once you have a model you want to fit, you can use Mathematicas FindFit function, which takes the option Method -> "LevenbergMarquardt". Sigmund
[toc] | [prev] | [standalone]
Back to top | Article view | comp.soft-sys.math.mathematica
csiph-web