Skip to content

Instantly share code, notes, and snippets.

@oseiskar
Last active February 17, 2023 19:54
Show Gist options
  • Star 9 You must be signed in to star a gist
  • Fork 4 You must be signed in to fork a gist
  • Save oseiskar/5e8937af96efdfe5f8a6994764b07081 to your computer and use it in GitHub Desktop.
Save oseiskar/5e8937af96efdfe5f8a6994764b07081 to your computer and use it in GitHub Desktop.
simdkalman example: Kaggle Web Traffic Time Series Forecasting
Display the source blob
Display the rendered blob
Raw
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@StevenGAO95
Copy link

Hi, I am just doing something about a time series prediction. I just wonder how Kalman filter figure out the pattern of the data. I mean, my data forms a typical kind of wave every week, so how can I make prediction of whole next week, and get maybe similar wave pattern? Thank you!

@microprediction
Copy link

Do you have an estimation example?

@oseiskar
Copy link
Author

oseiskar commented Jan 2, 2021

Do you have an estimation example?

Could you elaborate what you mean by "estimation example"? More examples are available here https://github.com/oseiskar/simdkalman/tree/master/examples.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment