ExponentialSmoothingMethod Enumeration

Enumerates the methods for computing an exponential smoothing model.

Definition

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

Members

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

See Also