ExponentialSmoothingMethod Enumeration

Enumerates the methods for computing an exponential smoothing model.

Definition

Namespace: Extreme.Statistics.TimeSeriesAnalysis
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public enum ExponentialSmoothingMethod

Members

Single0 Use single exponential smoothing.
Double1 Use double exponential smoothing.

See Also