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

ExponentialSmooth Method (Double[],Double)

Simple exponential smooth of existing vector with given smoothing constant.

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

See also ...

ExponentialSmooth Method


Send comments on this topic
© Dyalog Ltd 2013