Command:

setMethodSobolFirstAndTotal (  
long execution
)

What:

Sets the Sobol's method to be used in the current configuration. It allows to compute first and total order indices.

Parameters:

execution
[long]
the order of executions for the sobol method from 0 upwards. The number of executions is calculated via the formula (2n+2)*2(4+execution) where n is the number of input factors

Return:

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

Warnings:

the Sobol method supports up to 1024/2 factors

Examples:


setMethodSobolFirstAndTotal(2)

this command in Matlab sets the method of Sobol to be used in the current configuration providing the order of executions.

All Method Commands: