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