Hi,
The (theoretical and simulated) cross autocorrelations are not displayed by Dynare but are computed. You will find the autocorrelation function in
oo_.gamma_y. By default the order of the autocorrelation function is five. To display the autocorrelation of order h (0<h<=5 if you do not change the default) you just have to type
- Code: Select all
oo_.gamma_y{h+1}
oo_.gamma_y is a cell of arrays this explains the curly braces. The first element of this cell is the covariance of the endogenous variables, the 5 following elements are for the autocovariance function, last element is for the variance decomposition.
Best,
Stéphane.