Documentation
¶
Overview ¶
reference by https://github.com/DmitrySerg/DataStart rewrite in Golang
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type HoltWinterParameter ¶
type HoltWintersT ¶
type HoltWintersT struct {
Series []float64
SeasonLenth int
Npreds int
Alpha float64
Beta float64
Gamma float64
ScalingFactor float64
Result []float64
Smooth []float64
Season []float64
Trend []float64
PredictedDeviation []float64
UpperBond []float64
LowerBond []float64
}
func (*HoltWintersT) TripleExponentialSmoothing ¶
func (h *HoltWintersT) TripleExponentialSmoothing()
Click to show internal directories.
Click to hide internal directories.