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