Reference > VectorMath Class > MovingAverage Method > (Int32[],Int32,Double)

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 ...

MovingAverage Method


Send comments on this topic
© Dyalog Ltd 2013