For loops and financial regressions
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
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 Kommentare
Antworten (1)
Mukul Rao
am 18 Jul. 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 Kommentare
Siehe auch
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!