Common Reference > VectorMath Class > MovingAverage Method > (Int32[],Int32) VectorMath.MovingAverage Method (Int32[],Int32)
Moving average of an integer vector with a given window.
public static double[] MovingAverage(
int[] vector,
int window
);
See also ...VectorMath.MovingAverage Method
Send comments on this topic © Dyalog Ltd 2021
|