For any of the models in question 3, conduct a sensitivity analysis to determine which intervention parameters should be prioritized in the model, for having the greatest impact on deaths – NPIs, or vaccine-related interventions?
API should be something like, get_sensitivity(prob, t, x, pbounds) where pbounds = [p1 => [1.0,3.0], p3 => [3.0,5.0]]. Do the sensitivity on the subset of the results. t is the time point to analyze and x is which observable.
API should be something like,
get_sensitivity(prob, t, x, pbounds)
wherepbounds = [p1 => [1.0,3.0], p3 => [3.0,5.0]]
. Do the sensitivity on the subset of the results.t
is the time point to analyze andx
is which observable.