Command:

setMethodSobolCustomOrder (  
long cost,
int order
)

What:

Sets the Custom Order Sobol's method in the current configuration

Parameters:

cost
[long]
a parameter to quantify the computational cost of the analysis (number of model runs). It is the ss variable of the following formula:



where C is the computational effort, k is the number of factors, n the maximum order of the sensitivity indices to be computed (1,2,..,n). ss is called base sample and can assume values such 0,1,2,3 and so on...

 order
[integer]
the maximum order of sensitivity indices to be computed (1,2,..,n)

Return:

error_code [int]: 1 if the operation has occurred without errors, 0 if an error has occurred

Warnings:

the method of Sobol supports up to 1024/2 factors

Examples:


setMethodSobolCustomOrder(2,3)

this command in Matlab sets the Custom Order Sobol metho in the current configuration providing a computational cost parameter j equal to 2 and expecting sensitivity indices up to the 3rd order

All Method Commands: