Exponential Smoothing Model.Method Property
Gets or sets the smoothing method.
Definition
Namespace: Extreme.Statistics.TimeSeriesAnalysis
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
A ExponentialSmoothingMethod value.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public ExponentialSmoothingMethod Method { get; set; }
Property Value
ExponentialSmoothingMethodA ExponentialSmoothingMethod value.
Exceptions
ArgumentOutOfRangeException | value is not a valid ExponentialSmoothingMethod value. |