Command:
getSobolEveryOrder ( |
|
What:
Estimates and retrieves the Sobol' first order and higher order indices up to the order specified by setMethodSobolCustomOrder for output variable outVar and all input factors
Parameters:
values [array of double #] |
the Sobol' first order and higher order indices for output outVar
relative to all input factors.
It is not necessary in Matlab, the result will be passed in the system
variable ans
|
outVar [char*] |
the name of the output variable of interest |
Warning:
This command works in combination with setMethodSobolCustomOrder
Return:
error_code [int]: 1 if the operation has occurred without errors, 0 if an error has occurred
Examples:
indices=getSobolEveryOrder('out_var')
this command in Matlab
retrieves in the variable indices all the Sobol' first and higher order indices for the output out_var