ExponentialSmoothingModel.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#
public ExponentialSmoothingMethod Method { get; set; }

Property Value

ExponentialSmoothingMethod
A ExponentialSmoothingMethod value.

Exceptions

ArgumentOutOfRangeExceptionvalue is not a valid ExponentialSmoothingMethod value.

See Also