EHL(2000), "Optimal monetary policy with
Posted: Mon Nov 26, 2012 9:29 pm
Dear Tom;
When I study this example and its code, I found the paper does not explain how to use data of macroeconomic, and its rats code declared these series but dose not use data instruction to read these from external file. Comparing to it,I read again code of Watson (1993), "Measures of Fit for Calibrated Models", which use follows instructions to read external data.
open data watson_jpe.rat
cal(q) 1948
data(format=rats) 1948:1 1988:4 y c invst h
"
I want to know whether target series of DSGE is true series ,which need read from external file, or simulation without true series like "stoch_simul" instruction of Dynare .
When I study this example and its code, I found the paper does not explain how to use data of macroeconomic, and its rats code declared these series but dose not use data instruction to read these from external file. Comparing to it,I read again code of Watson (1993), "Measures of Fit for Calibrated Models", which use follows instructions to read external data.
open data watson_jpe.rat
cal(q) 1948
data(format=rats) 1948:1 1988:4 y c invst h
"
I want to know whether target series of DSGE is true series ,which need read from external file, or simulation without true series like "stoch_simul" instruction of Dynare .