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

Community Tip - Visit the PTCooler (the community lounge) to get to know your fellow community members and check out some of Dale's Friday Humor posts! 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