cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Stay updated on what is happening on the PTC Community by subscribing to PTC Community Announcements. X

TWX Analytics: How to Build and Operationalize a Time Series Model

No ratings

This post covers how to build and operationalize a time series model using Thingworx Analytics. A lookback window is used to read multiple previous rows before the current one, and base the prediction on those lookback rows.

 

In this example we use time series data to predict water flow for different water pumps in a system.

 

There is a full explanation of the method attached, also all necessary resources are included in the attached files.

Comments
Thanks for sharing, Tanveer. There is one mini-glitch when populating the DataTable: In the service writeScoringData it should be values.waterFlow = loadData[i][10]; //NUMBER instead of values.waterFlow = loadData[i][9]; //NUMBER
Version history
Last update:
‎Jan 14, 2019 06:52 PM
Updated by:
Attachments