You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 which I've provided fixes. Please review these two PR's that I just raised: #73 #74