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