Calculate a single "best fit" multivariate linear regression, optimized across multiple dependent variables concurrently
Mostrar comentarios más antiguos
I have various valuation metrics (P/B, P/E, historical returns, etc.) and I'm trying to predict forward-looking returns over multiple time periods (1-5 years). However, I don't want to calculate a separate model for each time-period. Instead, I want to calculate a single, "best fit" model that maximizes the fit across each of the time periods at the same time. Any ideas?
1 comentario
Brendan Hamm
el 18 de Nov. de 2016
You could do a multivariate regression using mvregress. This is what it sounds like you are trying to do. I wouldn't recommend trying to extrapolate future values from a linear regression though. Other considerations include neural networks ( narxnet or narnet in particular), or VAR ( vgxset).
Respuestas (0)
Categorías
Más información sobre Linear Predictive Coding en Centro de ayuda y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!