SeasonalSmoothing
@Serializable
@SerialName(value = "SeasonalSmoothing")
Spec for SeasonalSmoothingStat: triple exponential smoothing (Holt-Winters).
Constructors
SeasonalSmoothing
Properties
alphaWeighting
Per-observation smoothing factor for the level.
betaWeighting
Per-observation smoothing factor for the trend.
gammaWeighting
Per-observation smoothing factor for the seasonal vector.
mode
Seasonal coupling.