Common Reference > VectorMath Class > MovingAverage Method > (Double[],Int32,Double) VectorMath.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 ...VectorMath.MovingAverage Method
Send comments on this topic © Dyalog Ltd 2021
|