Command:

getUA (  
long numVarOut,
struct UAvalues* ua
)

What:

Retrieves uncertainty analysis values for the output variables (min, max, mean, variance, standard deviation, skewness, kurtosis, Tchebycheff's bound and T test bound)

Parameters:

numVarOut
[long]
the number of output variables
ua
[
struct UAvalues*]
preallocated structure that will contain the UA values (min, max, mean, variance, standard deviation, skewness, kurtosis, Tchebycheff's bound and T test bound). Not necessary in Matlab

Return:

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

Examples:

ua_val=getUA(1,0)

this command in Matlab retrieves a structure of UA values in the variable ua_val. Only one output variable was set in the configuration.

All UA Commands: