Search found 4 matches

by kalolibaby
Tue Mar 12, 2013 6:27 pm
Forum: Programming
Topic: Error message....
Replies: 1
Views: 1923

Error message....

for !i=1 to 190 !coef1=(!i-1)*2+1 !coef2=(!i-1)*2+2 scalar svec0=1 scalar svar0=1 sspace tvp!i tvp!i.append @mprior svec0 tvp!i.append @vprior svar0 tvp!i.append num!i=sv1!i*h+[var=exp(c(!coef1))] tvp!i.append @state sv1!i=sv1!i(-1)+[var=exp(c(!coef2))] param c(!coef1) .0 c(!coef2) .0 tvp!i.ml next ...
by kalolibaby
Tue Mar 12, 2013 6:12 pm
Forum: Programming
Topic: A Loop problem
Replies: 4
Views: 3299

Re: A Loop problem

Code: Select all

!coef1 = (!i-1)*2+1 !coef2 = (!i-1)*2+2
I got it. Thanks vary much
by kalolibaby
Sun Mar 03, 2013 8:22 pm
Forum: Programming
Topic: A Loop problem
Replies: 4
Views: 3299

Re: A Loop problem

Hard to tell exactly without more details, but one thing that looks wrong is that you have: c(!i-1) Which will yield C(0), which doesn't exist (EViews is 1-based, not 0-based). i just want to refine disturbance of signal and state equation with follows: sspace1 c(1) c(2) sspace2 c(3) c(4) .... How ...
by kalolibaby
Sun Mar 03, 2013 7:45 pm
Forum: Programming
Topic: A Loop problem
Replies: 4
Views: 3299

A Loop problem

Hello I just want to form a state-space model with 5 loop. Reference to manual, each signal and state equation should have one covariance vector respectively. I formed program but it didn't work. Please tell me how I can fix it, thanks! for !i=1 to 5 sspace tvp!i tvp!i.append num!i=sv1!i*h+[var=exp(...

Go to advanced search