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