Test significance parameters mvnrmle regression
조회 수: 11 (최근 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!