The TD_SELECTION_CRITERIA function returns a primary result set consisting of one row per series instance acted on by the function. There are no additional auxiliary layers returned by this function.
RETURNS TABLE Schema
Name | Data Type | Description |
---|---|---|
derived-series-identifier | Varies | The resultant series identifier inherited from the SERIES_ID. |
ROW_I | BIGINT | Index for returned result series. |
NUM_SAMPLES | INTEGER | The number of sample points in the residual series. |
VAR_COUNT | INTEGER | Total number of parameters in the model. |
AIC | FLOAT | The calculated Akaike Information Criteria value |
SBIC | FLOAT | The calculated Schwarz Bayesian Information Criteria value. |
HQIC | FLOAT | The calculated Hannon Quinn Information Criteria value. |
MLR | FLOAT | The calculated Maximum Likelihood Rule value. |
MSE | FLOAT | The calculated Mean Square Error value. |