Page 1 of 1

Question on Measurement Error

PostPosted: Tue Feb 24, 2015 9:18 pm
by Butree
Hi, Dynare experts,
I have a question on measurement error. When the measurement error shows up in the model part (not only in the measurement equation), the only way to introduce it is make it as an additional shock. Now I have two questions: 1. Can the variance of the measurement error shock be calibrated/set directly, rather than estimated? 2. How to capture the intuition of this shock in the shock decomposition? For example, if 10% of the volatility in inflation comes from measurement error shock, does that mean the data in consumption is 10% driven by the measurement error? I'm not quite sure whether that would coincide with the right economic intuition.
Thanks a lot!

Re: Question on Measurement Error

PostPosted: Wed Feb 25, 2015 9:55 am
by jpfeifer
1. If you specify the measurement error as a normal exogenous variable in the varexo statement you can set the variance in the shocks block. There is no reason to estimate it if you have a good idea what it is.
2. I do not understand your question. Typically, you have an observation equation of the type:
Code: Select all
pi_obs=pi+eps_measurement_error;

where pi is the inflation rate determined in the model and pi_obs is the observed inflation rate. The measurement error will not affect pi, but only pi_obs. The variable your are interested in for the variance decomposition should be pi, not pi_obs. If there is a spillover from your measurement error on inflation to e.g. consumption, you are not talking about a measurement error, but rather you have turned it into a structural shock.

Re: Question on Measurement Error

PostPosted: Wed Feb 25, 2015 4:48 pm
by Butree
Hi, Johannes,
Your answer helps a lot. Thanks a lot!