state space, Specification of the Equations
Posted: Wed Jun 10, 2009 11:37 am
Hi everyone!
I am trying to relate the potential output with a simple Phillips curve and the okun law.
My model is
@signal dlgdp = sv1 + sv2
@signal dlcpi = c(1)*dlgdp (-1) + c(2)*sv5 +c(3)*lltcr+ sv3
@signal ump= c(9)*sv5 + [var = exp(c(10))]
@state sv1 = sv1(-1) + [var = exp(c(4))]
@state sv2 = c(6)*sv2(-1) + [var = exp(c(5))]
@state sv3 = c(8)*sv3(-1) + [var = exp(c(7))]
@state sv4 = sv2(-1)
@state sv5= sv4(-1)
Where dlgdp is the gdp growth, dlcpi is the inflation, ump is the natural unemployment.
My question is:
in the signal equation of dlcpi and ump I have to use the lag of the sv2, I was wondering if I correctly specified the signal equation with the sv5..
In others words if I want to use a lag of a state equation, It is this the right approach?
Furthermore, I use the lag of the dlgdp in the second signal equation. It is correctly specified?
Thank you very much!
I am trying to relate the potential output with a simple Phillips curve and the okun law.
My model is
@signal dlgdp = sv1 + sv2
@signal dlcpi = c(1)*dlgdp (-1) + c(2)*sv5 +c(3)*lltcr+ sv3
@signal ump= c(9)*sv5 + [var = exp(c(10))]
@state sv1 = sv1(-1) + [var = exp(c(4))]
@state sv2 = c(6)*sv2(-1) + [var = exp(c(5))]
@state sv3 = c(8)*sv3(-1) + [var = exp(c(7))]
@state sv4 = sv2(-1)
@state sv5= sv4(-1)
Where dlgdp is the gdp growth, dlcpi is the inflation, ump is the natural unemployment.
My question is:
in the signal equation of dlcpi and ump I have to use the lag of the sv2, I was wondering if I correctly specified the signal equation with the sv5..
In others words if I want to use a lag of a state equation, It is this the right approach?
Furthermore, I use the lag of the dlgdp in the second signal equation. It is correctly specified?
Thank you very much!