Moving Average Functions (ML Engine) - 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™

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.