Command:

setMethodClassicFast (  
long seed,
long execution
)

What:

Sets the classical FAST method in the current configuration. Setting this configuration it will be possible to obtain FAST First Order indices

Parameters:

seed
[long]
the seed number to be used during the FAST sampling. The random numbers generation in SimLab is implemented using an iterative function based on a user defined starting point. The seed is the primer value for this procedure (a large value (>= 7 digits) is advised
execution
[long]
the cardinality of the sample size that will be generated

Return:

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

Examples:


setMethodClassicFast(123123, 1289)

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


- A Matlab example script using this command FAST_classic.m

All Method Commands: