Code I'm using:
Code: Select all
y.x13(save="s12 s10 s13 s11 afd", flen=2) @tramo(maxdiff="(2,1)", maxorder="(2,1)") @seats()Question [/i]how do I include the ARIMA model (_F) forecast output into the code?[/i]
Thanks
Moderators: EViews Gareth, EViews Moderator, EViews Jason, EViews Matt
Code: Select all
y.x13(save="s12 s10 s13 s11 afd", flen=2) @tramo(maxdiff="(2,1)", maxorder="(2,1)") @seats()Thanks for the reply GarethThe code you have should work. Most likely problem is that X13 isn't generating the forecasts, so EViews can't import them.
Ah, looks like there is a bug currently.
It should be save="fcst", but it isn't working. We'll get it fixed in the next EV9 patch.
The problem is when I try to code to save the forecast. I want to use the forecast of the x13, but I have 100 series, so I have to make a loop.The forecast won't be imported if a) X13 didn't create a forecast (for example it decided none of the ARIMA models were appropriate) or b) the forecast extends beyond the workfile range.
Users browsing this forum: No registered users and 2 guests