Description
Sensitivity Analysis of Ordinary Differential Equations.
Description
Performs sensitivity analysis in ordinary differential equation (ode) models. The package utilize the ode interface from 'deSolve' and connects it with the sensitivity analysis from 'sensitivity'. Additionally we add a method to run the sensitivity analysis on variables with class 'ODEnetwork'. A detailed plotting function provides outputs on the calculations. The method is described by Weber, Theers, Surmann, Ligges, and Weihs (2018) <doi:10.17877/DE290R-18874>.
README.md
Sensitivity Analysis of ODE Models
A package to perform sensitivity analysis for ordinary differential equation (ode) models, e.g. the FitzHugh-Nagumo equations (cf. Ramsay et al., 2007) or low frequency oscillations (LFOs) in an electrical system (cf. Surmann et al., 2014). The package utilizes the ode interface from deSolve
and connects it with the sensitivity analysis from sensitivity
. Additionally we add a method to run the sensitivity analysis on variables with class ODEnetwork
. A detailed plotting function provides outputs on the calculations.