ADF test in 3 different model variant (AR,ARD,TS) simultaneously

3 views (last 30 days)
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?

Answers (0)

Categories

Find more on COM Component Integration 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!