Skip to content

How to change the variation rate in sensitivity analysis? #80

Closed Answered by himoto
aryaman3900 asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @aryaman3900,

The sensitivity of each parameter is defined by:
C_i = d ln(M) / d ln(p_i)
where p_i is the i-th parameter, p is parameter vector p = (p_1, p_2, …) and M is a signaling metric, e.g., time-integrated response.
To calculate this, we use finite difference approximations with 1% (=1.01) changes in the parameter values.

I tried to explore and found that the rate is mentioned in reaction.py as 1.01. I changed it to 1.001 but the results of sensitivity analysis remained the same.

This sounds reasonable to me because 1% change is already enough to approximate the small displacement. I guess even if you use 5% change (=1.05), the results will be quite similar.
Currently, there i…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@aryaman3900
Comment options

Answer selected by aryaman3900
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants