Is it possible for root to fit a data set to differential equations to determine their parameters?

Hi,

I have a set of ordinary differential equations and a set of data points. I would like to fit the data points to the differential equations in order to determine the values of the parameters of the equations? Will it be possible to do it on ROOT?

Regards,
Kachanon

There is several fit examples which can help you:
https://root.cern/doc/master/group__tutorial__fit.html
As you have data points, TGraph might be the best object to hold them:
https://root.cern/doc/master/classTGraph.html#a61269bcd47a57296f0f1d57ceff8feeb

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.