state space model

For econometric discussions not necessarily related to EViews.

Moderators: EViews Gareth, EViews Moderator

EviewsUser1
Posts: 40
Joined: Thu Aug 28, 2014 8:08 am

state space model

Postby EviewsUser1 » Mon Oct 26, 2015 2:25 pm

The attached shows an example of a state space model that is giving me very odd results. The variables r and smsv4 should have roughly the same mean but they differ by quite a lot. My smoothed states sv5 and sv6 have big spikes at the beginning. Any idea what is going on?

smpl 1960 2015q2
sspace Kozicki
Kozicki.append gap=sv1+(c(4)/2)*(sv5+sv6)

Kozicki.append @state sv1=c(1)*sv1(-1)+c(2)*sv2(-1)+[ename=e1,var=@exp(c(3))]
Kozicki.append @state sv2=sv1(-1)
Kozicki.append @state sv3=r
Kozicki.append @state sv4=sv4(-1)+[ename=e2,var=@exp(c(5))]
Kozicki.append @state sv5=sv3(-1)-sv4(-1)
Kozicki.append @state sv6=sv5(-1)

Kozicki.append @evar cov(e1,e2)=0
Kozicki.append @mprior svec
Kozicki.ml(maxit=1000)

Kozicki.makestates(t=smooth) sm*

qgraph r smsv4
Attachments
work.wf1
(100.22 KiB) Downloaded 277 times

Return to “Econometric Discussions”

Who is online

Users browsing this forum: No registered users and 2 guests