Command:

getRbd (  
double* value,
char* outVar
)

What:

Estimates and retrieves the Random Balance Design first order indices for variable outVar relative to all the input factors output

Parameters:

value
[array of double #]
RBD first order indeces for output outVar relative all input factors. It is not necessary in Matlab, the result will be passed in the system variable ans
outVar
[char*]
the name of the output variable of interest

Warning:

This command works in combination with setMethodRandomBalanceDesign


Return:

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


Examples:

indices=getRBD('out_var')

this command in Matlab retrieves in the variable indices all the RBD first order indices for the output out_var 

All SA Commands: