surmann / ODEsensitivity

6 stars 3 forks source link

Sobol for DDEs #4

Open NicolausSteno opened 2 years ago

NicolausSteno commented 2 years ago

Thank you for creating the R package ODESensitivity! It’s been very useful for my research and the code is very simple and fast!

I am now using Delay Differential Equations (DDEs) in my models. I was wondering if it is possible to use the function ODESobol with DDEs (i.e. using the ‘dede’ solver from deSolve). If not, how could I go about doing this?