kevinroundy

Results 3 issues of kevinroundy

holt-winters train.go runs off end of series and panics if Range.Start The indexing limits used in the for loop are intended for hw.sf.Values, but since we are indexing into "y"...

This library's implementation of the Holt-Winters forecasting algorithm is the best one I could find online for golang, because it supports confidence intervals. However, it has two critical bugs for...

The seasonality vector is being indexed in an incorrect fashion in the Predict function, whether or not the training data ended at the full completion of a full season's period,...