Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.soft-sys.math.mathematica > #15483
| From | dantimatter <google@dantimatter.com> |
|---|---|
| Newsgroups | comp.soft-sys.math.mathematica |
| Subject | combining FindFit and ParametricNDSolve? |
| Date | 2013-09-20 11:06 +0000 |
| Message-ID | <l1ha8c$33$1@smc.vnet.net> (permalink) |
| Organization | Time-Warner Telecom |
Hello All,
I'd like to use FindFit to find best fit parameter values for a system of differential equations, but instead of using NDSolve (as is shown in the Help example), I think I need to use ParametricNDSolve to simultaneously fit to multiple datasets that resulted from varying just a single model parameter. The data is in the form of
{{t1_dataset1, param1, y1_dataset1}, {t2_dataset1, param1_dataset1, y2_dataset1}, ...
{t1_dataset2, param2, y1_dataset2}, {t2_dataset2, param2, y2_dataset2}, ...
{t1_dataset3, param3, y1_dataset3}, {t2_dataset3, param3, y2_dataset3}, ... };
I'm getting very lost in the syntax. Can anyone give a simple example of how this might be done?
Thanks
Back to comp.soft-sys.math.mathematica | Previous | Next — Next in thread | Find similar
combining FindFit and ParametricNDSolve? dantimatter <google@dantimatter.com> - 2013-09-20 11:06 +0000 Re: combining FindFit and ParametricNDSolve? dantimatter <google@dantimatter.com> - 2013-09-27 06:30 +0000
csiph-web