TD_DICKEY_FULLER 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
SERIES_SPEC
A table containing a univariate residual series. The SERIES_SPEC is required to have a payload content of REAL. The single payload field passed in must include the magnitude column of the series under consideration. This is usually the residual column.

See Series Specifications.

ART_SPEC
An ART created by a UAF function, and includes an ARTFITRESIDUALS layer. 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
ALGORITHM Enum, String The type of regression that is run for the test. The following options are available:
  • NONE: Random walk
  • DRIFT: Random walk with drift
  • TREND: Random walk with linear trend
  • DRIFTNTREND: Random walk with drift and trend
  • FORMULA: Random walk with selected drift, trend and auxiliary lags
MAXLAGS INTEGER [Dependencies: Only used and optionally with ALGORITHM (DRIFTNTREND) and ALGORITHM (FORMULA).] The passed in value must be greater than zero. Default value is 0 (zero).
DRIFT_TREND_FORMULA Formula [Dependencies: Only used with ALGORITHM (FORMULA).] The ALGORITHM and DRIFT_TREND_FORMULA parameters are required with this parameter. The formula used to represent the drift and trend portions of the regression.
INPUT_FMT
No INPUT_FMT options are available for this function.
OUTPUT_FMT
No OUTPUT_FMT options are available for this function.