SciML / EasyModelAnalysis.jl

High level functions for analyzing the output of simulations
MIT License
81 stars 14 forks source link

Add sensitivity analysis #13

Closed ChrisRackauckas closed 1 year ago

ChrisRackauckas commented 1 year ago
  1. 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.