Search found 5 matches
- Wed Sep 11, 2013 3:37 am
- Forum: Programming
- Topic: Coefficent incorrect on the first forecasted value..help!
- Replies: 4
- Views: 2513
Re: Coefficent incorrect on the first forecasted value..help
Thanks Gareth, very helpful Another question if you don't mind... The output using the C makes the forecast somewhat unrealistic for 2014, but the profile of the forecast in the years afterwards seems appropriate. Is it bad practice for me to manually substitute C for the previous periods dependant ...
- Tue Sep 10, 2013 9:22 am
- Forum: Programming
- Topic: Coefficent incorrect on the first forecasted value..help!
- Replies: 4
- Views: 2513
Re: Coefficent incorrect on the first forecasted value..help
Sorry they were a bit cr*p, clearer ones uploaded
- Tue Sep 10, 2013 8:33 am
- Forum: Programming
- Topic: Coefficent incorrect on the first forecasted value..help!
- Replies: 4
- Views: 2513
Coefficent incorrect on the first forecasted value..help!
Hi, I have run a simple regression (log(dep_variable) c log(indep_variable)) and forecast in Eviews but my first forecasted value is incorrect. My calculated coefficient is 1.8 but first forecasted value (for 2014) is 28 times the growth rate of the independant variable. 2015/16/17/18 all have a gro...
- Thu Aug 22, 2013 8:37 am
- Forum: Programming
- Topic: Export to excel from eviews data file
- Replies: 3
- Views: 4558
Re: Export to excel from eviews data file
Thanks Gareth, silly question but how do i do that?
Ive tried the below but it doesnt work
WRITE(T=XLS,T,B2,s=data) %DATA_PATH\%EXCEL_OUTPUT
WRITE(T=XLS,T,B2,s=data) %DATA_PATH(%EXCEL_OUTPUT)
Ive tried the below but it doesnt work
WRITE(T=XLS,T,B2,s=data) %DATA_PATH\%EXCEL_OUTPUT
WRITE(T=XLS,T,B2,s=data) %DATA_PATH(%EXCEL_OUTPUT)
- Thu Aug 22, 2013 7:29 am
- Forum: Programming
- Topic: Export to excel from eviews data file
- Replies: 3
- Views: 4558
Export to excel from eviews data file
Hi, I have a basic understanding of Eviews (version 6) and am trying to write a basic program file. Someone will regularly send me data in an eviews db file and i want to extract it to excel. I keep encountering an error that i can't correct. !WORKFILE_START=1980 !WORKFILE_END=2020 %DATA_PATH="...
