How can I access the estimated latent space variable after using "estimate" on a state-space model?
4 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
MathWorks Support Team
el 13 de Jul. de 2022
Respondida: MathWorks Support Team
el 10 de Nov. de 2022
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?
Respuesta aceptada
MathWorks Support Team
el 13 de Jul. de 2022
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 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Dimensionality Reduction and Feature Extraction en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!