A Loop problem
Posted: Sun Mar 03, 2013 7:45 pm
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(c((!i-1)*2+1))]
tvp!i.append @state sv1!i=sv1!i(-1)+[var=exp(c(!i*2))]
tvp!i.ml
next
Cheers.
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(c((!i-1)*2+1))]
tvp!i.append @state sv1!i=sv1!i(-1)+[var=exp(c(!i*2))]
tvp!i.ml
next
Cheers.