uncorrelated residuals in a state-space model

For technical questions regarding estimation of single equations, systems, VARs, Factor analysis and State Space Models in EViews. General econometric questions and advice should go in the Econometric Discussions forum.

Moderators: EViews Gareth, EViews Moderator

wilshire
Posts: 48
Joined: Fri Jan 07, 2011 12:49 pm

uncorrelated residuals in a state-space model

Postby wilshire » Thu Jan 03, 2013 9:24 am

Hello,

I have a question in state-space modeling: I want the residuals in two signal equations to be uncorrelated.

For example, using demo.wf1,

c=1
sspace ss
ss.append @ename e1
ss.append @ename e2
ss.append @signal d(GDP)=st1*d(GDP(-1))+C(2)*d(m1(-1))+C(3) + e1
ss.append @signal d(M1)=C(4)*d(pr)+C(5)*d(GDP(-1))+C(6)*d(M1(-1))+C(7) +e2
ss.append @state st1=st1(-1)
ss.append @evar var(e1)=exp(c(8))
ss.append @evar var(e2)=exp(c(9))
ss.append @evar cov(e1,e2)=0
ss.ml(m=9999)
show ss


But if I remove the line ss.append @evar cov(e1,e2)=0, I get the same results as the above program which does not remove the line.

I am not sure if this is a bug in the state-space object.

trubador
Did you use forum search?
Posts: 1520
Joined: Thu Nov 20, 2008 12:04 pm

Re: uncorrelated residuals in a state-space model

Postby trubador » Thu Jan 03, 2013 2:09 pm

Unless you specify otherwise, EViews' state space object assumes diagonal variance both in signal and state equations. That is to say residuals are uncorrelated by default. Therefore, the line you refer to is actually redundant.

startz
Non-normality and collinearity are NOT problems!
Posts: 3798
Joined: Wed Sep 17, 2008 2:25 pm

Re: uncorrelated residuals in a state-space model

Postby startz » Fri Jan 04, 2013 7:49 pm

Trubador,
Does this assume the residuals are I uncorrelated but not enforce it on the estimated residuals?

trubador
Did you use forum search?
Posts: 1520
Joined: Thu Nov 20, 2008 12:04 pm

Re: uncorrelated residuals in a state-space model

Postby trubador » Sat Jan 05, 2013 6:40 am

Hi Startz. That is a very good point. Yes, orthogonality of residuals is only an assumption, which may or may not be fulfilled. My personal observation in practice is that allowing correlations among residuals eases convergence problems and reduces parameter instability even if they turn out to be insignificant after the estimation. The situation is analogous to inclusion of the "constant" term in the regression equation. As you know, however, computational burden will increase for moderate or large systems and will lead to other estimation problems if we specify the full covariance matrix.

wilshire
Posts: 48
Joined: Fri Jan 07, 2011 12:49 pm

Re: uncorrelated residuals in a state-space model

Postby wilshire » Mon Jan 07, 2013 7:33 am

Hi Trubador,

Thanks for your replies.

If I want to enforce the correlation to be zero, is there a way to do it?

Best,
Wilshire


Return to “Estimation”

Who is online

Users browsing this forum: No registered users and 2 guests