Re: procedure plotting the characteristic roots for ARIMA mo
Posted: Wed Apr 05, 2023 6:46 am
For the following specifications
Running GCONTOUR version
- as individual models i.e clear memory each time and run each model seperately: plots correct inverse roots
- all 4 models back-to-back (as per in a loop) i.e. not clear memory and run all 4 models together: plots correct inverse roots
Running SCATTER version
- as individual models i.e clear memory each time and run each model seperately: plots correct inverse roots
- all 4 models back-to-back (as per in a loop) i.e. not clear memory and run all 4 models together: plots incorrect inverse roots
Attached
GCONTOUR version: acbjICRS_g.src
SCATTER version: acbjICRS_s.src
Code: Select all
boxjenk(const,ar=1,diffs=1,ma=0,sar=1,sdiffs=0,sma=0,maxl,define=deq) writing
@acbjICRS deq writing
boxjenk(const,ar=0,diffs=0,ma=1,sar=0,sdiffs=1,sma=0,maxl,define=deq) writing
@acbjICRS deq writing
boxjenk(noconst,ar=2,diffs=1,ma=1,sar=1,sdiffs=1,sma=1,maxl,define=deq) writing
@acbjICRS deq writing
boxjenk(noconst,ar=0,diffs=1,ma=2,sar=0,sdiffs=1,sma=0,maxl,define=deq) writing
@acbjICRS deq writing- as individual models i.e clear memory each time and run each model seperately: plots correct inverse roots
- all 4 models back-to-back (as per in a loop) i.e. not clear memory and run all 4 models together: plots correct inverse roots
Running SCATTER version
- as individual models i.e clear memory each time and run each model seperately: plots correct inverse roots
- all 4 models back-to-back (as per in a loop) i.e. not clear memory and run all 4 models together: plots incorrect inverse roots
Attached
GCONTOUR version: acbjICRS_g.src
SCATTER version: acbjICRS_s.src