Page 1 of 1

transition and measurement equation

PostPosted: Mon Feb 12, 2007 4:45 pm
by rossana
Dear Michel,
I am trying to build a state transition and measurement equation from the decision rules that DYNARE produces. I saw that the transition equation can be build giving the command kalman_transition_matrix(dr_)after stoch_simul. But what about the measurement equation?
Many thanks!
R.

PostPosted: Thu Feb 15, 2007 8:25 am
by MichelJuillard
Dear Rossana,

the measurement equation is trivial:

y^*_t = Z*yhat_t + ybar^* + trend + measurement error

y^*t are the observed variables
ybar_t are the difference to the steady state obtained from the transition equation
Z is a selection matrix (which variables are observed)
ybar^* is the steady state for the observed variables
trend is the deterministic trend for the observed variables

Best

Michel