Azzera filtri
Azzera filtri

For loops and financial regressions

2 visualizzazioni (ultimi 30 giorni)
Bailey Walker
Bailey Walker il 13 Lug 2017
Risposto: Mukul Rao il 18 Lug 2017
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 :)

Risposte (1)

Mukul Rao
Mukul Rao il 18 Lug 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"

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by