PDL's in State Space Models

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

dhanssen
Posts: 35
Joined: Sun Oct 12, 2008 11:03 am

PDL's in State Space Models

Postby dhanssen » Thu Jun 18, 2009 9:17 am

Hello!

I am trying to use the sspace object, and I see in the code examples that usually the state/signal models are specified like the following:

log(passenger) = c(1) + sv1 + c(4)*sv2

@state sv1 = c(2)*sv1(-1) + c(3)*sv2(-1) + [var=exp(c(5))]

@state sv2 = sv1(-1)

However, in my model both the signal and state equation use pdl's:

@state sv1 = c(1)*sv1(-1) + PDL(LOG(x(-7)+1),6,2) PDL(y(-1)*100+1),4,2) PDL(z(-0)+1),4,2)

Is there a way to specify this in the state/space model framework?

Thank you so much for your help!

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

Re: PDL's in State Space Models

Postby startz » Thu Jun 18, 2009 9:24 am

Since a pdl is just a particular set of linear restrictions on lag coefficients, you could write out the model explicitly. Admittedly, it might be pretty time consuming.


Return to “Estimation”

Who is online

Users browsing this forum: No registered users and 2 guests