hastic-zzz / hastic-server

Hastic data management server for analyzing patterns and anomalies from Grafana
GNU General Public License v3.0
330 stars 23 forks source link

feature request: triple weighted exponential smoothing #152

Open faxm0dem opened 6 years ago

faxm0dem commented 6 years ago

It would be awesome to have Holt Winters in hastic There's an interesting blog post series on the algorithm.

jonyrock commented 6 years ago

Hey @faxm0dem . Do you want to see result of this smoothing as it is or you want us to improve our analytics with this smoothing?

Thank you for suggestion.

faxm0dem commented 6 years ago

the idea would be to predict the future values. that way we can alert when the error (difference between prediction and measure) is greater than a certain threshold

jonyrock commented 6 years ago

@faxm0dem I like the idea. We will start to implement a basic prediction soon.