Common Reference > VectorMath Class > ExponentialSmooth Method VectorMath.ExponentialSmooth Method
Brown’s exponential smoothing with optional smoothing constant (default=0.7).
Example
series2 = VectorMath.ExponentialSmooth(series1);
series2 = VectorMath.ExponentialSmooth(series1,0.5);
Overloads
Send comments on this topic © Dyalog Ltd 2021
|