darts icon indicating copy to clipboard operation
darts copied to clipboard

[KalmanForecast] Needs more detail explanation

Open Monica2511 opened this issue 2 years ago • 1 comments

I tested the KalmanForecaster model and its results were actually better than expected. I'm quite confused about how it actually works or in other words the theory behind it. I have read about Kalman Filter, it is not a simple theory, (I am still in the process of learning it). I would like a brief explanation of

  1. The idea of why we use the kalman filter here
  2. With future covariates, how do we include it in the model? Use future covariates as control vector u_t?
  3. Do we only use 1 Kalman filter for multi-step forecasting? Is the strategy here recursive forecasting?
  4. What is the mission of the N4SID algorithm? image

Monica2511 avatar Oct 28 '23 08:10 Monica2511

@Monica2511 This is the best explanation of kalman filter I have found in Youtube. It has 55 parts and each step is explained in details. I can recommend if You want to understand how kalman filter works in each single step: Special Topics - The Kalman Filter (1 of 55) What is a Kalman Filter?

PeterPirog avatar Nov 18 '23 07:11 PeterPirog