-
Notifications
You must be signed in to change notification settings - Fork 310
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Forecast Service with weighted exponential averaging #526
Comments
As a user I want to create a forecast for an attribute based on the attribute's past data using the weighted exponential average algorithm; the forecast data should then be retrievable from the existing forecast HTTP API.
Forecast configuration item
For example, the following defines an hourly forecast for 24h based on the data from the same day a week earlier using the past 4 weeks:
Weighted Exponential Average Calculationsa = 2/(R+1) Notes
Tasks
|
Generic approach to add forecasting:
As a user I want to create a new attribute to an asset which stores forecasted data:
Additional parameters, when selecting 'forecast methods': 'time-series weighted exponential'
The 'Repeat period' P indicates the increment at which the forecast needs to look back for historical values.
The 'Period range' R indicates the number of periods to look back
Include hourly forecasts for the future day or week (depending on 'Repeat period')
The text was updated successfully, but these errors were encountered: