tBuLi / symfit

Symbolic Fitting; fitting as it should be.
http://symfit.readthedocs.org
MIT License
232 stars 17 forks source link

Perform global sensitivity analysis of ODE system #367

Open lhdp0110 opened 1 year ago

lhdp0110 commented 1 year ago

Is there a way to perform a global sensitivity analysis of the parameters of a system of ordinary differential equations that was fitted to data using symfit?

pckroon commented 1 year ago

Hi, I'm unsure what you mean by "global sensitivity analysis". You can get at numerical approximation of the jacobian/hessian/covariance matrix, but that is not cheap to calculate. If that is what you're looking for I can give you a few pointers on how.