#202: conditional_variance_decomposition option fails with estimation --------------------------+------------------------------------------------- Reporter: sebastien | Owner: Type: bug | Status: new Priority: major | Milestone: Component: Core M-files | Version: 4.2.1 Keywords: | --------------------------+------------------------------------------------- It looks for the M_.sigma_e_is_diagonal flag, which is only added by the preprocessor if the "shocks" block is present, based on the contents of that block. In an estimation context, this field is therefore not necessarily present.
Maybe the fix is to generate the flag in the preprocessor using the contents of estimated_params. Comments please.