Common Reference > VectorMath Class > MovingAverage Method VectorMath.MovingAverage Method
Scan the content of any vector to give a moving average with given window and optional padding.
Example
series3 = VectorMath.MovingAverage(series1,12);
series3 = VectorMath.MovingAverage(series1,12,-32768);
Overloads
Send comments on this topic © Dyalog Ltd 2021
|