#include "SQDef.h"
#include "SQVariable.h"
Go to the source code of this file.
|
enum | SQ_BatchVariableEnumType {
SQ_Standard,
SQ_Batch_Condition,
SQ_Duration,
SQ_Endpoint,
SQ_Observation_Level_Scores,
SQ_Observation_Level_Rawdata,
SQ_Summary_Min,
SQ_Summary_Max,
SQ_Summary_Mean,
SQ_Summary_Median,
SQ_Summary_Stddev,
SQ_Summary_Robust_Stddev,
SQ_Summary_Interquartile,
SQ_Summary_Slope,
SQ_Phase_Condition,
SQ_Phase_Iteration_Condition
} |
|
◆ SQ_BatchVariableType
An enum defining the type and source of a variable.
◆ SQ_VariableOrigin
A structure containing information about the origin of a batch level variable.
◆ SQ_BatchVariableEnumType
An enum defining the type and source of a variable.
Enumerator |
---|
SQ_Standard | Default, not a batch Level variable
|
SQ_Batch_Condition | Batch condition variable
|
SQ_Duration | The number of observations
|
SQ_Endpoint | The last maturity/time value
|
SQ_Observation_Level_Scores | The values come from a score variable in the observation level dataset
|
SQ_Observation_Level_Rawdata | The values come from the dataset in the observation level dataset
|
SQ_Summary_Min | The min of a specific variable
|
SQ_Summary_Max | The max of a specific variable
|
SQ_Summary_Mean | The mean of a specific variable
|
SQ_Summary_Median | The median of a specific variable
|
SQ_Summary_Stddev | The standard deviation of a specific variable
|
SQ_Summary_Robust_Stddev | The robust standard deviation of a specific variable
|
SQ_Summary_Interquartile | The interquartile of a specific variable
|
SQ_Summary_Slope | The slope of a specific variable using min square method.
|
SQ_Phase_Condition | Phase condition variable
|
SQ_Phase_Iteration_Condition | Phase iteration condition variable
|
◆ SQ_GetVariableOrigin()
Retrieves the variable origin info from a variable name in batch level dataset.
- Parameters
-
[in] | pVariable | The variable to get the name of. |
[out] | pVariableOrigin | The variable origin info. |
- Returns
- Returns SQ_E_OK if success or an error code