Questions tagged [odesensitivity]

5 questions
1
vote
1 answer

How to draw a graph for sensitivity indices

I have a table of sensitivity indices for some parameters and I would like to draw a graph that looks like the attached graph. Here are my sensitivity indices. k = 1 p = 0.01018 alpha = 0.01381 beta1 = 0.65307 beta2 = 0.28410 zeta = -0.793134 gamma1…
Hew123
  • 63
  • 5
1
vote
2 answers

Sensitivity analysis for ODE with list as parameters - result gives standard deviation of 0

Note: Initial problem was "Sensitivity analysis for ODE with parameters that include lists", as the sensRange-function gave an error due to the lists passed in the parameters. The question evolved as the list-parameters were fixed but a different…
Mandy94
  • 37
  • 4
1
vote
2 answers

How to perform adjoint sensitivity in Python (preferably through CVODE)

I want to implement the adjoint sensitivity analysis in python, in order to determine the gradient of my objective function with respect to some parameters. In specific the objective function depends on the solution of a differential equation which…
kostas1335
  • 59
  • 1
  • 6
1
vote
0 answers

How can I calculate the Sobol sensitivities of the area under a curve in R?

I have written a fairly complex ordinary differential equation pharmacokinetic / pharmacodynamic model in R using the dMod package. I’ve converted this into equations readable by the ODEsensitivity package so I can get Sobol sensitivity indices for…
Emma Spady
  • 21
  • 4
0
votes
2 answers

Calculating sensitivity indices using R

I am currently working on a class project where I am supposed to analyze some results in few select papers. I want to calculate the sensitivity indices of the parameters with respect to the basic reproduction number (R0) using the formula…
Hew123
  • 63
  • 5