Test significance parameters mvnrmle regression
11 views (last 30 days)
Show older comments
Hi to all,
I'm trying to figure out how to estimate the t-score for the parameters fitted by the function mvnrmle. I have to perform a factor model analysis, the Fama-French three factor approach in particular. The only script I found on Internet was this one that applies the mvnrmle function and not the Fama-Mac Beth two stages function. Anyway, could someone tell me how to test the parameters estimated? I don't know how to get the betas' standard errors.
Thanks to all
0 Comments
Answers (3)
Brendan Hamm
on 4 Jan 2016
There is really no reason to be using mvnrmle to fit this model. If you are using 2013b of later I would suggest the use of fitlm since really the French-Fama model is just a linear regression model. This then has methods such as coefTest which will allow you to perform the appropriate F-test on the coefficients.
0 Comments
Antonio Amoretti
on 4 Jan 2016
1 Comment
Brendan Hamm
on 4 Jan 2016
What is the source for the code you are using and the data you have? Were you looking to perform the Fama-MacBeth 2-stage regression or just simply to apply the French-Fama 3-Factor model?
Antonio Amoretti
on 5 Jan 2016
1 Comment
Brendan Hamm
on 6 Jan 2016
This forum is meant for help with MATLAB questions and it seems that this question is now venturing into investment strategy help. This is not the appropriate place for such questions. If you require assistance with actual MATLAB code as it relates to this problem, people will assist. Without any posted code to work with it is not possible to provide further assistance.
Also, please Comment using the "comment on this Answer button" and not in the "Answer this question" section.
See Also
Categories
Find more on Risk Management Toolbox in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!