Command:

setMethodRepLatin (  
long seed,
long baseDesExecution,
long replication
)

What:

Sets replicated 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).
baseDesExecution
[long]
the number of executions in the base design. 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.
replication
[long]
number of replications of the base design. The number of replications for the method has to be greater than 1. 

Return:

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

Examples:


setMethodRepLatin(2131, 10, 212)

this command in Matlab sets the replicated latin hypercube method as method to be used providing a seed, a number of executions for the base design and the number of replications.

All Method Commands: