Moving Average Functions (ML Engine) - Teradata Vantage

Machine Learning Engine Analytic Function Reference

Product
Teradata Vantage
Release Number
8.10
1.1
Published
October 2019
Language
English (United States)
Last Update
2019-12-31
dita:mapPath
ima1540829771750.ditamap
dita:ditavalPath
jsj1481748799576.ditaval
dita:id
B700-4003
lifecycle
previous
Product Category
Teradata Vantage™

The moving average functions compute average values in a series.

Function Description
CumulativeMovAvg (ML Engine) Computes cumulative moving average of value from beginning of series.
ExponentialMovAvg (ML Engine) Computes exponential moving average—average of points in series, exponentially decreasing weights of older values.
SimpleMovAvg (ML Engine) Computes simple moving average of points in series.
WeightedMovAvg (ML Engine) Computes weighted moving average—average of points in series, applying weights to older values. Weights for older values decrease arithmetically.