State Space model and initial values
Posted: Sun Mar 28, 2010 5:26 pm
Dear guys, I write you because I have a problem setting the initial values for state space model. I'm trying to calculate potential GDP from unobserved component following the usual Clark (1987) notation:
@signal log(GDP)*100=sv1+sv2
@state sv1=C(1)+sv1(-1)+ [var = exp(C(2))]
@state sv2=C(3)*sv2(-1)+C(4)*sv3(-1)+ [var = exp(C(5))]
@state sv3=sv2(-1)
The problem is in the initial values for C(1), C(2), C(3), C(4), C(5). There is a theory or a rule which suggest plausible initial values? Anyone can suggest me a procedure to follow? Thanks in advance.
@signal log(GDP)*100=sv1+sv2
@state sv1=C(1)+sv1(-1)+ [var = exp(C(2))]
@state sv2=C(3)*sv2(-1)+C(4)*sv3(-1)+ [var = exp(C(5))]
@state sv3=sv2(-1)
The problem is in the initial values for C(1), C(2), C(3), C(4), C(5). There is a theory or a rule which suggest plausible initial values? Anyone can suggest me a procedure to follow? Thanks in advance.