Moving Average Functions - 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™

The moving average functions compute average values in a series.

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