Command:

setMethodLpTau (  
long execution
)

What:

Sets the LpTau method in the current configuration

Parameters:

execution
[long]
the number of executions for LpTau method. Suitable values cover all the powers of two from 4 to 20.
In Quasi-random LpTau method the number of model executions should be not smaller than the number of variables

Return:

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

Examples:


setMethodLpTau(16)

this command sets the use of quasi-random numbers for the generation of a sample of size 16.

All Method Commands: