Search found 4 matches
- Mon Apr 19, 2021 7:01 am
- Forum: Programming
- Topic: AUTOARIMA - saving coefficients
- Replies: 1
- Views: 2762
AUTOARIMA - saving coefficients
Hi All, I am running a loop to find to best fit of the data using EViews' build-in AutoArima function. Since I want to some regularity across the selected models, could you help me how I could save the model parameters (p,q) with a quick loop? Until now, I have not managed to find a way to save the ...
- Mon Apr 19, 2021 6:27 am
- Forum: Programming
- Topic: Double looping
- Replies: 3
- Views: 3871
Re: Double looping
Hi Gareth,
Thank you, it's all good now. It turned out the issue was with the 'endif' part (it should have been 'elseif').
Thank you, it's all good now. It turned out the issue was with the 'endif' part (it should have been 'elseif').
- Mon Apr 19, 2021 6:27 am
- Forum: Programming
- Topic: Double looping
- Replies: 3
- Views: 3871
Re: Double looping
Hi Gareth,
Thank you, it's all good now. It turned out the issue was with the 'endif' part (it should have been 'elseif').
Thank you, it's all good now. It turned out the issue was with the 'endif' part (it should have been 'elseif').
- Thu Mar 11, 2021 11:19 am
- Forum: Programming
- Topic: Double looping
- Replies: 3
- Views: 3871
Double looping
Hi All, I am trying to do double looping across regions and countries. Now I have two regions (Europe and FSU) and I am trying to perform the same operation across regions and countries. If a specify the region (i.e. %r="Europe") then the code works well, however, I receive an error once I...
