Common Reference > VectorMath Class > ExponentialSmooth Method > (Double[],Double)

VectorMath.ExponentialSmooth Method (Double[],Double)

Simple exponential smooth of existing vector with given smoothing constant.

public static double[] ExponentialSmooth(
    double[] vector,
    double alpha
);

See also ...

VectorMath.ExponentialSmooth Method


Send comments on this topic
© Dyalog Ltd 2021