Command:
getFastFirst ( |
|
What:
Estimates and retrieves the FAST first order index for the output variable outVar relative to input factor factor
Parameters:
value [double precision #] |
the
FAST first order index for output outVar
relative to input factor factor.
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 |
factor [char*] |
the name of the input factor of interest |
Warning:
This command works in combination with setMethodClassicFast, setMethodExtendedFast, setMethodExtendedGroupFast
Return:
error_code [int]: 1 if the operation has occurred without errors, 0 if an error has occurred
Examples:
getFastFirst('out_var','factor1')
this command in Matlab
retrieves the FAST first order index for output out_var with respect to input
factor factor1
- A Matlab example script using this command FAST_classic.m