Arguments - Aster Analytics

Teradata Aster Analytics Foundation User Guide

Product
Aster Analytics
Release Number
6.21
Published
November 2016
Language
English (United States)
Last Update
2018-04-14
dita:mapPath
kiu1466024880662.ditamap
dita:ditavalPath
AA-notempfilter_pdf_output.ditaval
dita:id
B700-1021
lifecycle
previous
Product Category
Software
Argument Category Description
TargetColumns Optional Specifies the input column names for which the exponential moving average is to be computed. If you omit this argument, then the function copies every input column to the output table but does not compute any exponential moving averages.
Alpha Optional Specifies the damping factor, a value in the range [0, 1], which represents a percentage in the range [0, 100]. For example, if alpha is 0.2, then the damping factor is 20%. A higher alpha discounts older observations faster. The default value is 0.1.
StartRows Optional Specifies the number of rows at the beginning of the time series that the function skips before it begins the calculation of the exponential moving average. The function uses the arithmetic average of these rows as the initial value of the exponential moving average. The value n must be an integer. The default value of n is 2.
IncludeFirst Optional Specifies whether to include the starting rows in the output table. The default value is 'false'. If you specify 'true', the output columns for the starting rows contain NULL, because their exponential moving average is undefined.