Transforming variables in linear model
Posted: Wed Apr 09, 2014 2:17 pm
Hi again. I am trying to replicate a model. I do have log-linearized focs. My problem is that some of the variables are not expressed in log deviations but in a different way.
For example i need to put in the model the variable x as (xt-X/Y) instead of (xt-X/X) using capital letters for steady state.
As far I understood, if i write x on Dynare, he treats the variable as (xt-X/X) but I need (xt-X/Y).
What I am doing is to transform the variable in x*X/Y in this way i should obtain what I need but is not working...
ex:
model (linear)
x*X/Y+... //this should be the transformed variable, in order to obtain (xt-X/X)*X/Y = xt-X/Y
For example i need to put in the model the variable x as (xt-X/Y) instead of (xt-X/X) using capital letters for steady state.
As far I understood, if i write x on Dynare, he treats the variable as (xt-X/X) but I need (xt-X/Y).
What I am doing is to transform the variable in x*X/Y in this way i should obtain what I need but is not working...
ex:
model (linear)
x*X/Y+... //this should be the transformed variable, in order to obtain (xt-X/X)*X/Y = xt-X/Y