Hello i am studying the lecture about kalmen flters and even if i have understood the general concept of how it works (with prediction and updates but not very much more than this) i still have a question:
Since i am not really exploring deeply into the math of kalman filters with martices and so on.. i would like to have a 'qualitative description' of the parameteres:
transition_matrices = [1],
observation_matrices = [1],
initial_state_mean = 0,
initial_state_covariance = 1,
observation_covariance=1,
transition_covariance=.01
and unfortunately even the basic documentation of pykalman is even more difficoult than understand all the math step by step.
So maybe somene can help me here:
How can i control the responsiveness of the kalman in respect of te original data using parameters is my first question and then, is there any other major features of this kalman filter that i should know when my intention is using it to filter out the noise in the zscore cointegration signal to do pairs trading?
Thank you very much