Search found 5 matches
- Wed Jan 23, 2013 5:05 am
- Forum: Programming
- Topic: Feeding ARIMA parameters to a subroutine
- Replies: 4
- Views: 3527
Re: Feeding ARIMA parameters to a subroutine
Thanks, it looks like I should ask my school to update the Eviews we have. BTW, when I embed the modified ARIMA codes into the subroutine and use the the subroutine in a loop, Eviews crushed in a few seconds. Then I reduce the amount of string variables (those "%*" variables) used in the A...
- Tue Jan 22, 2013 1:51 pm
- Forum: Programming
- Topic: Feeding ARIMA parameters to a subroutine
- Replies: 4
- Views: 3527
Re: Feeding ARIMA parameters to a subroutine
Thank you very much. I modified the codes and am now able to write my subroutine.
- Tue Jan 22, 2013 12:52 pm
- Forum: Programming
- Topic: How to return the last date of workfile
- Replies: 2
- Views: 2683
Re: How to return the last date of workfile
Thank you very much for the quick reply. It works!
- Tue Jan 22, 2013 12:47 pm
- Forum: Programming
- Topic: Feeding ARIMA parameters to a subroutine
- Replies: 4
- Views: 3527
Feeding ARIMA parameters to a subroutine
Hi. I am writing a subroutine which involves estimating an ARIMA model, say mysubroutine. I would like it to be able to provide the ARIMA parameters when I call the subroutine, say mysubroutine(y,x,a,b,c). This routine would will take series x, parameters a, b and c as inputs and estimate ls d(x,a) ...
- Tue Jan 22, 2013 12:35 pm
- Forum: Programming
- Topic: How to return the last date of workfile
- Replies: 2
- Views: 2683
How to return the last date of workfile
Context: I am programming in Eviews 6 to do rolling forecast for hundreds of series, one series at a time. Hence, I write and call a subroutine in a for loop to handle to the repetition. When I load a series to the subroutine, I append more years to allow for forecasts of k periods beyond the end da...
