Usage
estimateGraph(f.mat, d, q = NULL, q.arg = NULL, N = NULL, method = "FixLO", nLO = NULL, nMC = NULL, nfast99 = 500, L = NULL, M = 6, Nsobol = NULL, confInt = TRUE, ...)
Arguments
f.mat
vectorized function for which the FANOVA graph shall be estimated
d
integer, number of input factors (vertices)
q
a vector of character strings of quantile functions corresponding to the factors distributions, it can be a single character string meaning same distribution for all, if not specified "qunif"
is taken
q.arg
a list of lists of quantile functions parameters of the distributions in q
, it can be a single list meaning same parameters for all, if not specified the default values of the respective distributions are taken
N
optional integer, total number of function evaluations, instead of N
method related parameters (nLO
, nMC
, L
or Nsobol
) can be provided
method
character string specifying the estimation method of the total interaction indices, to be chosen between "FixLO"
, "FixFast"
, "RBD"
and "Sobol"
, defaults to "FixLO", see references for further details
nLO
optional integer, only if method="FixLO"
, number of Monte Carlo simulations in fixing method of Liu and Owen
nMC
optional integer, only if method="FixFast"
, number of Monte Carlo simulations for the expectation in fixing method using FAST
nfast99
optional integer, only if method="fixed"
, number of design points for FAST algorithm, defaults to 500
L
optional integer, only if method="RBD"
, parameter L in RBD-FAST method
M
optional integer, only if method="RBD"
, parameter M in RBD-FAST method
Nsobol
optional integer, only if method="Sobol"
, number of Monte Carlo simulations in Sobol method
confInt
optional boolean, if TRUE
, standard error and 95% confidence intervals of the indices are computed additionally for method="FixLO"
, defaults to TRUE
...
additional arguments to be passed to the function f.mat