Problem when running Kalman Filter !!!

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

king_luca
Posts: 22
Joined: Thu Aug 05, 2010 2:28 am

Re: Missing value signal transition matrix Sspace

Postby king_luca » Fri Aug 06, 2010 1:59 am

Hi everyone,

I'm still stuck with the same problem... I tried a lot of things but none of them worked... I even tried to add an initial vector and initial matrix but I get another error message (see below).

Could anyone run this workfile for me and tell me if it works ? I really need these results by today...

I appreciate your help.

Here is my workfile and the code :

@signal CON_AR = sv1*BONDS + sv2*CMDTY + sv3*CREDITS + sv4*EMMB + sv5*EMME + sv6*SP + sv7*USD + [var = exp(c(1))]

@state sv1 = sv1(-1) + [var = exp(c(2))]
@state sv2 = sv2(-1) + [var = exp(c(3))]
@state sv3 = sv3(-1) + [var = exp(c(4))]
@state sv4 = sv4(-1) + [var = exp(c(5))]
@state sv5 = sv5(-1) + [var = exp(c(6))]
@state sv6 = sv6(-1) + [var = exp(c(7))]
@state sv7 = sv7(-1) + [var = exp(c(8))]

@mprior SVEC0
@vprior SVAR0

When I hit "estimate" a new message error appears : "Initial state variance prior "SVAR0" is not defined or is not a Sym object"

I don't understand, I followed the step of the manual guide to define SVEC0 and SVAR0.

In my case, SVAR0 has to be a matrix 7x7 full of zeros...

I really appreciate your help!
Attachments
kf.wf1
(26.72 KiB) Downloaded 487 times

Return to “Estimation”

Who is online

Users browsing this forum: No registered users and 2 guests