package
0.0.0-20211025052708-a1030444159b
Repository: https://github.com/rocketlaunchr/dataframe-go.git
Documentation: pkg.go.dev

# 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.