Command:

getSkewness (  
double value,
char* outVar
)

What:

Retrieves the Skewness value of the output variable outVar

Parameters:

value
[double precision #]
Preallocated parameter that will contain the Skewness value after the command call. It is not necessary in Matlab
outVar
[char*]
The name of the output variable of interest

Return:

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

Examples:

skew = getSkewness('outvar', 0)

this command retrieves in the variable skew the Skewness value of the output variable outvar.

All UA Commands: