CumulativeMovAvg Input - Teradata Vantage

Machine Learning Engine Analytic Function Reference

Product
Teradata Vantage
Release Number
9.02
9.01
2.0
1.3
Published
February 2022
Language
English (United States)
Last Update
2022-02-10
dita:mapPath
rnn1580259159235.ditamap
dita:ditavalPath
ybt1582220416951.ditaval
dita:id
B700-4003
lifecycle
previous
Product Category
Teradata Vantageā„¢

Input Table Schema

Column Data Type Description
partition_column INTEGER, BIGINT, NUMERIC, or VARCHAR Column by which input data is partitioned. This column must contain all rows that contain entity to average. For example, if function is to return cumulative moving average of a particular stock share price, all transactions of that stock must be in one partition.
order_column INTEGER, BIGINT, TIMESTAMP, TIME Column by which input table is ordered.
target_column INTEGER, BIGINT, NUMERIC, or DOUBLE PRECISION [Column appears once for each specified target_column.] Values to average.