Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HoltWinters ¶
type HoltWinters struct {
// contains filtered or unexported fields
}
HoltWinters forecasts a series into the future. This is done using the Holt-Winters damped method.
- The initial values are calculated using a SSE.
- The series is forecast into the future using the iterative relations.
Click to show internal directories.
Click to hide internal directories.