Page 1 of 1
Event and indicator functions do not work in sspace object
Posted: Sun Aug 16, 2015 9:04 am
by trubador
Code: Select all
wfcreate u 200
series x = nrnd
series y = 5 + 2*x + 0.5*@between(x,2,4) + 0.5*@after("150") + nrnd
sspace ss
ss.append @signal y = sv1 + sv2*x + c(1)*@between(x,2,4) + c(2)*@after("150")+ [var = exp(c(3))]
ss.append @state sv1 = sv1(-1)
ss.append @state sv2 = sv2(-1)
ss.ml
Re: Event and indicator functions do not work in sspace obje
Posted: Tue Aug 25, 2015 2:43 am
by trubador
And what about this one?
Re: Event and indicator functions do not work in sspace obje
Posted: Tue Mar 29, 2016 12:09 am
by trubador
Is this still a pending issue?
Re: Event and indicator functions do not work in sspace obje
Posted: Wed Mar 30, 2016 9:07 am
by EViews Glenn
Sorry Trubador. Didn't see this one the first time. I'll see what I can do, but for now, you can obviously make a new series for those functions.