ARIMA Input - Teradata Vantage

Machine Learning Engine Analytic Function Reference

Product
Teradata Vantage
Release Number
8.00
1.0
Published
May 2019
Language
English (United States)
Last Update
2019-11-22
dita:mapPath
blj1506016597986.ditamap
dita:ditavalPath
blj1506016597986.ditaval
dita:id
B700-4003
lifecycle
previous
Product Category
Teradata Vantageā„¢
Table Description
InputTable Contains input data.
OrdersTable [Optional] Has same schema as TimeSeriesOrders Output table. Contains values of nonseasonal parameters p, d, and q for ARIMA model.

If you omit this table, you must specify either the Orders argument or the OrderP, OrderD, and OrderQ arguments.

InputTable Schema

Column Data Type Description
time_column Any Sequence (time points) of input parameters.
If time points do not have uniform intervals, run the Interpolator function on them before running the ARIMA function on the input table. Otherwise, intervals of predictions of the ARIMAPredict function might not be as expected.
target_column SMALLINT, INT, BIGINT, NUMERIC, or DOUBLE PRECISION Time series data in InputTable.
partition_column Any [Column appears once for each partition_column specified in PartitionColumns.] Column by which input data is partitioned.