ExponentialMovingAverage¶ Computes exponential moving average of a list. $ wo 'ExponentialMovingAverage[{1, 2, 3, 4, 5}, 0.5]' {1, 1.5, 2.25, 3.125, 4.0625}