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

Property Value

ExponentialSmoothingTrendEstimator
A ExponentialSmoothingTrendEstimator value.

Remarks

This property is not used for single smoothing. The default value is Initial3, which averages the first 3 observations.

Exceptions

ArgumentOutOfRangeExceptionvalue is not a valid ExponentialSmoothingTrendEstimator value.

See Also