sa provides a general interface to sensitivity analysis, similar to optim.
Usage
sa(par, fn, method = c("FAST"), ..., xval = NULL)
Arguments
par
A matrix with to columns. The first giving the lower, the second giving the upper bound to the parameters of fn.
fn
Function for which to analyise sensitivities, with first
argument the vector of parameters for which to analyze sensitivities.
method
Currently, only fast is available.
...
Additional arguments passed to fn
xval
Values for the x-axis if fn returnes a vector.
Value
A vector of sensitivities
Details
Let me know what details you would like to know (email to the maintainer)!
References
Reusser, Dominik E., Wouter Buytaert, and Erwin Zehe. "Temporal dynamics of model parameter sensitivity for computationally expensive models with FAST (Fourier Amplitude Sensitivity Test)." Water Resources Research 47 (2011): W07551.