Sigma_e — specifies directly the covariance matrix of the stochastic shocks
Sigma_e
= [(1) MATRIX ELEMENT
[[,](1) MATRIX ELEMENT...]
[ ; (1) MATRIX ELEMENT...]];
(1)
INTEGER
|
DOUBLE
|
(EXPRESSION
)
WARNING: the matrix elements are actually written beween square brackets ([]). Here, the initial [ and final ] don't have the meaning of "optional element" as elsewhere.
The matrix of variance-covariance of the shocks can be directly specified as a upper (or lower) triangular matrix. Dynare builds the corresponding symmetrix matrix. Each row of the triangular matrix, except the last one, must be terminated by a semi-colon ';'. For a given element, an EXPRESSION
using predefined parameters is allowed but must be placed between parentheses. THE ORDER OF THE COVARIANCES IN THE MATRIX IS THE SAME AS THE ONE USED IN THE VAREXO DECLARATION.
In previous versions, it was possible to directly set Dynare's internal covariance matrix Sigma_e_
. This is still possible for compatibility with older .mod files, but STRONGLY DISCOURAGED as too prone to error. When setting Sigma_e_
directly, the order of the exogenous shocks is the ALPHABETICAL order of their names.