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

MovingAverage Method (Double[],Int32,Double)

Moving average of a double vector with a given window and pad value.

public static double[] MovingAverage(
    double[] vector,
    int window,
    double padding
);

See also ...

MovingAverage Method


Send comments on this topic
© Dyalog Ltd 2013