Usage
sensitivity(x, numberf, order = 4, make.plot = FALSE, show.legend = TRUE, plot.max = max(ff[-1]), include.total.variance = FALSE, cukier = TRUE, names = paste(sep = "", "P", 1:numberf), main = "", xlab = "frequency", ylab = "Fourier Coef", pch = rep(0, numberf), col = (1:numberf) + 1, reorder = 1:numberf, ...)
Arguments
x
A vector of model outputs where parameters vary between
runs according to the fast algorithm.
numberf
Number of parameters varied.
order
Order of parameter frequency independence (see Cukier)
make.plot
plot the Fourier spectrum?
plot.max
xmax in the spectrum
include.total.variance
include the sum of all variances in the result list.
...
Additional parameters passed to plot
show.legend
Boolean indicating whether to plot the legend
names
A vector of parameter names.
cukier
boolean: Calculate FAST-parameters according to Cukier 1975 or
McRae 1982
reorder
A vector of indices that allows to use a different order for the parameters. This is important to check effects of the sampling scheme on results. Use the same as for fast_parameters