Command:

setMethodExtendedGroupFast (  
long seed,
long execution
int numGroups
long* groups
)

What:

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

Parameters:

seed
[long]
the seed number to be used during the FAST sampling
execution
[long]
the number of executions for the FAST sampling
numGroups
[int]
the number of groups
groups
[array of long]
array containing the groups separated by a -1, see example

Return:

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

Examples:

groups=[1,3,-1,2,-1,4,5,-1,6,-1,7,8,-1]

setMethodExtendedGroupFast(123123, 1000, 5, groups)

this command in Matlab sets the extended FAST method as method to be used providing a seed and a number of executions. Five groups are defined: the 1st and the 3rd factor together, the 2nd alone, the 4th and the 5th together, the 6th factor alone and the 7th and 8th together.

All Method Commands: