# Functions
NewHoltWinters creates a new HoltWinters object.
# Constants
Additive sets the model type to additive.
Multiplicative sets the model type to multiplicative.
# Structs
HoltWinters represents the Holt-Winters algorithm for time-series forecasting.
HoltWintersConfig is used to configure the Holt-Winters algorithm.
# Type aliases
Method specifies if the model type is additive or multiplicative.