ADF test in 3 different model variant (AR,ARD,TS) simultaneously
3 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
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 Commenti
Risposte (0)
Vedere anche
Categorie
Scopri di più su COM Component Integration in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!