TD_ARIMAFORECAST Output - Teradata Vantage

Teradata® VantageCloud Lake

Deployment
VantageCloud
Edition
Lake
Product
Teradata Vantage
Published
January 2023
ft:locale
en-US
ft:lastEdition
2024-12-11
dita:mapPath
phg1621910019905.ditamap
dita:ditavalPath
pny1626732985837.ditaval
dita:id
phg1621910019905

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.