Test significance parameters mvnrmle regression
12 ビュー (過去 30 日間)
古いコメントを表示
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 件のコメント
回答 (3 件)
Brendan Hamm
2016 年 1 月 4 日
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 件のコメント
Antonio Amoretti
2016 年 1 月 4 日
1 件のコメント
Brendan Hamm
2016 年 1 月 4 日
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
2016 年 1 月 5 日
1 件のコメント
Brendan Hamm
2016 年 1 月 6 日
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.
参考
カテゴリ
Help Center および File Exchange で Risk Management Toolbox についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!