This function outputs a primary result set that contains the forecasted values. This result set is retrieved by issuing a SELECT statement against the ART. There are no other 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 | Varies | Data type and values dependent upon the OUTPUT_FMT(INDEX_STYLE()) declaration. |
| FORECAST_VALUE | FLOAT | Forecasted values for the model. |
| LO_80 | FLOAT | Low end of the 80% prediction interval. |
| HI_80 | FLOAT | High end of the 80% prediction interval. |
| LO_95 | FLOAT | Low end of the 95% prediction interval. |
| HI_95 | FLOAT | High end of the 95% prediction interval. |