Parameter estimation with more data sets
Ältere Kommentare anzeigen
Hi,
Is it possible to do a parameter estimation using 2 or 3 data sets? I have 3 models which differ in one parameter, say T. Right now, I do the fits for each data set and the corresponding model and then compare the results. Can I do a parameter estimation which considers all three data sets and the 3 variants, and outputs only one set of optimized parameters?
Regards,
Razvan
Akzeptierte Antwort
Weitere Antworten (2)
Jarrod Rivituso
am 26 Apr. 2011
0 Stimmen
Are you referring to parameter estimation tasks with Simulink models?
If so, I believe it is. You just add each data set under "Transient Data", and then when you start a new Estimation, you can select all of the data sets in the "Data Sets" tab.
1 Kommentar
Razvan
am 26 Apr. 2011
Arthur Goldsipe
am 27 Apr. 2011
0 Stimmen
Hi Razvan,
sbioparamestim only allows you to estimate one set of parameters using one set of data. I think the easiest way to simultaneously fit all the data sets would be to write your own regression function for use with a general fitting function (such as lsqcurvefit). Are you also trying to estimate the parameter T, or is that known in advance? Either way, you should be able to write an appropriate regression function.
-Arthur
2 Kommentare
Razvan
am 27 Apr. 2011
Arthur Goldsipe
am 5 Mai 2011
Hi Razvan,
Sorry I didn't see your reply sooner. I'll post additional ideas as a separate answer below.
-Arthur
Kategorien
Mehr zu Import Data finden Sie in Hilfe-Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!