Command:
setMethodExtendedFast ( |
|
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)