TD_ARIMAVALIDATE Syntax Elements - 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
2023-12-08
dita:mapPath
ncd1634149624743.ditamap
dita:ditavalPath
ruu1634160136230.ditaval
dita:id
ncd1634149624743
ART_SPEC
The analytical result table (ART) which was populated by a call to the TD_ARIMAESTIMATE function with FIT_PERCENTAGE set to a value of less than 100. The ART_SPEC must include TABLE_NAME. No other ART_SPEC parameter should be included.
ART_SPEC (TABLE_NAME( [database-name .] table-name ) )

See ART Specifications.

FUNC_PARAMS
Name Data Type Description
FIT_METRICS Integer [Optional] Indicator to generate a secondary result set that contains the model metadata statistics. A value of 1 means generate the secondary result set. A value of 0 means do not generate the result set. The default value is 0.

The generated result set is retrieved by issuing a TD_EXTRACT_RESULTS function for the ART containing the results in the ARTFITMETADATA layer.

RESIDUALS Integer [Optional] Indicator to generate the tertiary result set that contains the model residuals. A value of 1 means generate the tertiary result set. A value of 0 means do not generate the tertiary result set.The default is 0.

The generated result set is retrieved by issuing a TD_EXTRACT_RESULTS function for the ART containing the results in the ARTFITRESIDUALS layer.

INPUT_FMT
No INPUT_FMT options are available for this function.
OUTPUT_FMT
The OUTPUT_FMT options only apply to the ARTFITRESIDUALS layer. Options are NUMERICAL_SEQUENCE or FLOW_THROUGH. The default is NUMERICAL_SEQUENCE.