Last active
February 17, 2023 19:54
-
-
Save oseiskar/5e8937af96efdfe5f8a6994764b07081 to your computer and use it in GitHub Desktop.
simdkalman example: Kaggle Web Traffic Time Series Forecasting
Do you have an estimation example?
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
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!