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

Segment seasonality offset #805 #806

Closed VargBurz closed 4 years ago

VargBurz commented 4 years ago

Closes #805

Problem:

Seasonal segment was shifted to the left by one index

Root cause:

Wrong seasonality_offset calculation algorithm that discards fractional part of number.

Changes:

Before:

1

After:

2