Common Reference > VectorMath Class > ExponentialSmooth Method > (Int32[],Double) VectorMath.ExponentialSmooth Method (Int32[],Double)
Exponential smooth of integer vector with given smoothing constant.
public static double[] ExponentialSmooth(
int[] vector,
double alpha
);
See also ...VectorMath.ExponentialSmooth Method
Send comments on this topic © Dyalog Ltd 2021
|