Reference > VectorMath Class > MovingTotal Method

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 2013