tBuLi/symfit

Perform global sensitivity analysis of ODE system

Opened this issue · 1 comments

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?

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.