For loops and financial regressions

1 view (last 30 days)
Bailey Walker
Bailey Walker on 13 Jul 2017
Answered: Mukul Rao on 18 Jul 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 :)

Answers (1)

Mukul Rao
Mukul Rao on 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"

Community Treasure Hunt

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

Start Hunting!