How to apply Kalman filter on time series?
古いコメントを表示
I have time series from stock market and want to apply the Kalman Filter. I read the samples about the setup of the Filter and they all work with some kind of matrizes. The command dspadpt3 gives me some weird mask which I have no conlcusion about handling it.
So, my main purpose would be so apply the Filter on a time series and see how it is adapted resp. hulled in (var resp. covar?).
Is there a hint resp. sample how to start the stuff? (e.g. how to get the matrixes, how to continue for a plot, etc.)
回答 (2 件)
Royi Avital
2014 年 4 月 14 日
編集済み: Royi Avital
2014 年 4 月 14 日
0 投票
Kalman Filter is pretty straight forward, why not write it yourself?
You can see all needed here:
Now all you need is to define the parameters and use '/' and '\' wisely :-).
Benjamin
2014 年 9 月 1 日
0 投票
Is there anyone can give code example?
カテゴリ
ヘルプ センター および File Exchange で State-Space Control Design and Estimation についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!