dear Johannes,
I just wanted to ask you two quick questions regarding the measurement equations of inflation and interest rates.
1) In Johannes' "Guide to Specifying Observation Equations for the Estimation of DSGE Models", you show how to demean the gross interest and inflation rates. Why is it for inflation (equation 39):
- Code: Select all
... - log[mean(Pi_data)]
- Code: Select all
... - mean[log( 1 + R_data/(4-100) )]
2) My model is entered nonlinearly into dynare, and inflation and the interest rate are gross rates. Let's say I want to keep the mean in one of the observables, would I then just write the observation equation as:
- Code: Select all
inflation_data = log(inflation)
Many thanks for your help!
Rob