Hello,
I have a question regarding the transformations of interest rate data after a simulation.
My linearized model is in quarterly frequency, and I have empirical interest rate data for each quarter. But the data was in annual percentage terms. Therefore I had transform the data as follows:
r_obs = (1 + r_data/400) - mean(1 + r_data/400)
where r_data is the empirical and r_obs is the data I used for input to my model.
My question
-------------------------------------------
Do I need to transform the simulated data from dynare in the same way as below before I compare the second moments.
Or should I just compare the data straight out of the simulation to the r_obs moments
Example:
r_sim_obs = (1 + r_sim/400) - mean(1 + r_sim/400)
now compare the VAR(r_sim_obs) to VAR(r_obs)
-------------------------------------------
Any insight would be greatly appreciated.
Thank you,
Richard