go-graphite / carbonapi

Implementation of graphite API (graphite-web) in golang
Other
308 stars 140 forks source link

Fix various issues with holtWinters* functions #781

Closed carrieedwards closed 1 year ago

carrieedwards commented 1 year ago

This PR implements fixes for various issues that were found in the holtWinters* functions. These fixes include:

See #780 for more details on the issues behind these fixes.