ExponentialSmoothingModel.TrendEstimator Property

Gets or sets how the trend is estimated.

Definition

Namespace: Numerics.NET.Statistics.TimeSeriesAnalysis
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
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

See Also