How can I access the estimated latent space variable after using "estimate" on a state-space model?
4 ビュー (過去 30 日間)
古いコメントを表示
MathWorks Support Team
2022 年 7 月 13 日
回答済み: MathWorks Support Team
2022 年 11 月 10 日
I am using the Econometrics Toolbox to estimate a state-space model, following a similar workflow to
Now I want to see what MATLAB estimated as the latent variable "x(k * T + T)" in
How can I do this?
採用された回答
MathWorks Support Team
2022 年 7 月 13 日
MATLAB does not explicitly calculate the latent variable during the "estimate" step. However, to approximate the latent variable use "filter" which will apply a Kalman filter and give the best estimate for the latent variable.
0 件のコメント
その他の回答 (0 件)
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!