ODEsobol {ODEsensitivity} | R Documentation |
Sobol' Sensitivity Analysis for ODE Models
Description
ODEsobol
is the generic function for performing a Sobol' sensitivity
analysis of ODE models.
Usage
ODEsobol(mod, ...)
Arguments
mod |
either a model function supplied in the manner as needed for
|
... |
further arguments passed to methods, see |
Details
There are two methods for this generic function:
ODEsobol.default
(for general ODE models) and
ODEsobol.ODEnetwork
(for objects of class ODEnetwork
,
see package ODEnetwork
).
Author(s)
Frank Weber
See Also
ODEsobol.default, ODEsobol.ODEnetwork
[Package ODEsensitivity version 1.1.2 Index]