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