Search found 8 matches
- Thu Apr 04, 2013 11:21 am
- Forum: Programming
- Topic: What is positive integer
- Replies: 1
- Views: 3455
What is positive integer
Hi, there i have a problem and i need your help. i wanna know the lag optimum for my VAR model. So, i write this into eviews program: var test.ls 1 2 var1 var2 show test.laglen (12, vname=v1) but, it didn't work and it said "Lag length to test must be a positive integer. in "SHOW TEST.LAGL...
- Tue Sep 06, 2011 7:21 pm
- Forum: Programming
- Topic: Import Data in the same workfile
- Replies: 9
- Views: 10322
Re: Import Data in the same workfile
sorry i mean. i want to combine data from that sources in the same page. if in the same workfile, there is a possibility to combine data in different page, right?
thank you.
thank you.
- Tue Sep 06, 2011 6:19 pm
- Forum: Programming
- Topic: Import Data in the same workfile
- Replies: 9
- Views: 10322
Re: Import Data in the same workfile
ok.
when i replace read with import, this program also didn't worked out. it said "IMPORT is not defined or is an illegal command". so, what should i do?
thank you.
when i replace read with import, this program also didn't worked out. it said "IMPORT is not defined or is an illegal command". so, what should i do?
thank you.
- Mon Sep 05, 2011 9:01 pm
- Forum: Programming
- Topic: Import Data in the same workfile
- Replies: 9
- Views: 10322
Import Data in the same workfile
hi, i'm little bit confuse about combine data from different excel source in the same workfile, i have this program but it didn't worked out %folder = "I:\Stock Area\Data Saham\Data Lengkap\" %input1 = %folder + "data saham fix.xls" %input2 = %folder + "data saham fix2.xls&q...
- Wed Aug 17, 2011 9:11 pm
- Forum: Programming
- Topic: Need help to open the encrypt files
- Replies: 1
- Views: 2983
Need help to open the encrypt files
hallo,
i have a little problem to open the encrypt files, is anybody knows how to open it?
thank you.
i have a little problem to open the encrypt files, is anybody knows how to open it?
thank you.
- Thu Aug 11, 2011 8:17 pm
- Forum: Programming
- Topic: Combine Matrix
- Replies: 4
- Views: 6665
Combine Matrix
Hello i had a trouble for combining matrix, i have this program : load "D:\exp_matrix.xls" for %var rand1 rand2 %dep = %var equation eq_{%dep}.arch(1,1) {%dep} c ar(1) ar(2) ma(1) !rsqadj = eq_{%dep}.@rbar2 !aic = eq_{%dep}.@aic !sc = eq_{%dep}.@schwarz matrix (1,3) crits_eq_{%dep} crits_e...
- Tue Jul 19, 2011 3:29 am
- Forum: Programming
- Topic: Garch Selection
- Replies: 5
- Views: 7209
Re: Garch Selection
i changed this part of program 'estimate the models %garchstring = "" for !i=0 to !maxgarch 'build up string for GARCH terms. if !i>0 then %garchstring = %garchstring + " garch(" + @str(!i) + ")" endif %archstring = "" for !j=0 to !maxarch 'build up string for...
- Thu Jul 14, 2011 8:03 pm
- Forum: Programming
- Topic: Garch Selection
- Replies: 5
- Views: 7209
Garch Selection
Hello I am working on univariate forecasting. in another post, i found program for ARIMA selection, i do it, and then i want to build this ARIMA selection program for GARCH selection. So in defining equation, i changed from equation eq_dln{%dep}.ls d(log({%dep})) {%regs} {%arstring} {%mastring} to e...
