ADF test in 3 different model variant (AR,ARD,TS) simultaneously
조회 수: 3 (최근 30일)
이전 댓글 표시
hi,i want to do ADF test ,at first i should determine lags,i used 'aicbic, which is long process if we have many variables,is there any shortcut for that?
second, i want to estimate ADF test simultanously for 3 models(AR,ARD,TS),based on documentation in Matlab ,i did it as follows ,but it has error
[h,pValue,stat,cValue,reg]=adftest(L_DE,'model',{'AR',ARD,'TS},'alpha',0.05,'lags',0:3)
furthermore,i want to report ADF statistics magnitute ,how i could do it?
Matlab ,have a specific report to list all above mentioned results or i should make a table?
댓글 수: 0
답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 COM Component Integration에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!