- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
arpitadu
Explorer
01-08-2019
02:08 PM
Hi,
The kalman filter algorithm for time series forecasting is predicting for old time frame - backward direction. Could you please let me know why so ? Please find the attached screenshots
1 Solution
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
martin_mueller

SplunkTrust
01-08-2019
03:51 PM
Raw events come out of Splunk in reverse time order. Apply a timechart
to your data to get ascending time order, which will then make the prediction point towards the future rather than the past.
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
martin_mueller

SplunkTrust
01-08-2019
03:51 PM
Raw events come out of Splunk in reverse time order. Apply a timechart
to your data to get ascending time order, which will then make the prediction point towards the future rather than the past.
