Exponential Smoothing Model.Trend Estimator Property
Gets or sets how the trend is estimated.
Definition
Namespace: Extreme.Statistics.TimeSeriesAnalysis
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
A ExponentialSmoothingTrendEstimator value.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public ExponentialSmoothingTrendEstimator TrendEstimator { get; set; }
Property Value
ExponentialSmoothingTrendEstimatorA ExponentialSmoothingTrendEstimator value.
Remarks
This property is not used for single smoothing. The default value is Initial3, which averages the first 3 observations.
Exceptions
ArgumentOutOfRangeException | value is not a valid ExponentialSmoothingTrendEstimator value. |