How to estimate the optimal number of lags in VAR models from the data?
16 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Armando MAROZZI
el 31 de Mzo. de 2020
Comentada: Armando MAROZZI
el 9 de Jun. de 2020
I am fitting a VAR model and I was wondering which commands (if any) in MATLAB calculates the optimal number of lags given the sample data. All the documentation I find online is on how to do it after the fitted model, I would like to get it before, calculated on my data - a similar function in R is called VARselect. Is there anything similar in MATLAB?
Thanks
0 comentarios
Respuesta aceptada
azim
el 9 de Jun. de 2020
hi,
i dont think there is a built in function for that but you can choose using aic and bic criteria. please follow the example on the following link:
mathworks.com/help/econ/aicbic.html
hope this helps
Más respuestas (0)
Ver también
Categorías
Más información sobre Multivariate Models en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!