Command:

setMethodExtendedFast (  
long seed,
long execution
)

What:

Sets the EFAST (Extended FAST) method in the current configuration. Setting this configuration it will be possible to obtain FAST First and Total Order indices

Parameters:

seed
[long]
the seed number to be used during the FAST sampling
execution
[long]
the number of executions for the FAST sampling

Return:

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

Examples:


setMethodExtendedFast(123123, 1289)

this command in Matlab sets the extended FAST method as method to be used providing a seed and a number of executions.

All Method Commands: