I have a bunch of list data sets, like 6 or 8 of them. They are 2D and look similar. Both x axis and y axis have variance (in each measurement, x axis also changed a little bit).I know the fitting curve is roughly a exponential decay, and I can fit each of them by NonlinearModelFit.
Of course, I can get the average of them then fit. But Here I want to fit all of them simultaneously using NonlinearModelFit.
If this had been talked before, can someone give me a link? All I found is fitting different data sets with different model so far.
Best.
Also, please remember to accept the answer, if any, that solves your problem, by clicking the checkmark sign!
– Dunlop Feb 25 '19 at 18:32JoinorAppendbut not about fitting a model. Maybe each dataset's model shares some common parameters. That would be a statistical issue. So, yes, what you want could use some additional clarity. Giving what you've tried with "altered datasets" to protect the innocent would help. – JimB Feb 25 '19 at 20:54If the question is about repeatedly fitting the same model on different datasets without accounting for the various possibilities for interaction effects, using
Mapshould be straightforward enough.This would produce a collection of estimated parameters (as many as the number of different datasets).
– yosimitsu kodanuri Feb 26 '19 at 07:10