AICoE / prometheus-anomaly-detector

A newer more updated version of the prometheus anomaly detector (https://github.com/AICoE/prometheus-anomaly-detector-legacy)
GNU General Public License v3.0
597 stars 151 forks source link

Fourier model bounds problem #15

Closed 4n4nd closed 5 years ago

4n4nd commented 5 years ago

The current calculated value for yhat_upper and yhat_lower does not give enough importance to the current predicted value. It gives equal importance to all the predicted values, while it should give more weight to the predicted values closer to the current time.

Here instead of the average value, we could do a weighted average value, where the value closer to the current value should have the higher weight.