Command:

setMethodLatin (  
long seed,
long execution
)

What:

Sets the latin hypercube method in the current configuration

Parameters:

seed
[long]
the seed for the random number generator. 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 number of executions for the latin hypercube method. This number should not be smaller that 3/2 the number of input factors; possibly a larger value (e.g. 10 times the number of factors) should be used.

Return:

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

Examples:


setMethodLatin(1231, 1000)

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

All Method Commands: