TD_ARIMAFORECAST Output - Teradata Vantage

Database Unbounded Array Framework Time Series Functions

Deployment
VantageCloud
VantageCore
Edition
Enterprise
IntelliFlex
VMware
Product
Teradata Vantage
Release Number
17.20
Published
June 2022
Language
English (United States)
Last Update
2024-10-04
dita:mapPath
ncd1634149624743.ditamap
dita:ditavalPath
ruu1634160136230.ditaval
dita:id
ncd1634149624743

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.