Seeq Team John Posted July 16, 2019 Seeq Team Share Posted July 16, 2019 Seeq Version: R21.0.42+ Question: How can i create a signal that forcasts a value out into the future based on some rolling period of historical data? For this example say i want to predict the Area A Temperature 3 days in the future based on the previous week (7 days) of data. Link to comment Share on other sites More sharing options...
Seeq Team Solution Sharlinda Salim Posted October 18, 2022 Seeq Team Solution Share Posted October 18, 2022 To Create a rolling linear forecast on data, we can use the formula tool: $signal.forecastLinear(7d,3d) As of R63 you can also use the ForecastArima function in Seeq Formula as well to create a rolling forecast. Please see the following knowledgebase article for more information on how to use ForecastArima: https://support.seeq.com/kb/latest/cloud/best-practices-for-using-forecastarima Please do have a look at few other discussions as below links that applied the forecastlinear() function. The cumulative of time as shown in Step 3 can be simplified to timesince($condition,1min). Content Verified DEC2023 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now