For loops and financial regressions
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
I am looking to use fitlm to run about 200 different regressions. I've been told a "for" loop would make that easier, but it seems to me like equal amounts of work. The data are also varying in size so i don't know if that matters as well. Is there an time saving way to run these regressions with the for loop?
In that same vein, is there a different way to do multiple CAPM regressions quickly? I can't seem to find the actual "financial toolbox" though so that could just be user error on my part :)
0 commentaires
Réponses (1)
Mukul Rao
le 18 Juil 2017
Hi,
You could consider the example on estimation of the CAPM on multiple stocks here:
Though the example deals with missing data, the workflow of looping through the stocks should apply to your use case as well. If you would like to avoid using "for" loops, you can consider the use of " ArrayFun"
0 commentaires
Voir également
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!