Differences between revisions 1 and 2
Revision 1 as of 2009-08-26 10:36:33
Size: 578
Comment:
Revision 2 as of 2009-08-26 12:21:44
Size: 986
Comment:
Deletions are marked like this. Additions are marked like this.
Line 3: Line 3:
 * the options which are used during the prerpocessing step and that modify the model reprewentation. There are called global options:
  * the internal representation of the model: bytecode or human readable forme;
 * the options used during the preprocessing step and that modify the model reprewentation. There are called global options:
  * the representation of the model after the preprocessing: bytecode or human readable forme;
Line 7: Line 7:
  * Each block of the model can be rewritten in a quais recursiv
     * mfs = 0 : (default value) the
  *
  * Each block of the model can be rewritten in a quasi recursive form. The endogenous variable are split in two different groups: the recursive variables and the feedback variables. The feedback variables are simply evaluated conditional to the feedback variables. The system is solved only for the feedback variables. The set of feedback variables is determined according to the mfs option:
     * mfs = 0 : (default value) all the endogenous variables are considered as feedback variables;
     * mfs = 1 :

Options

For each model representation there are two kind of options:

  • the options used during the preprocessing step and that modify the model reprewentation. There are called global options:
    • the representation of the model after the preprocessing: bytecode or human readable forme;
    • the block decomposition of the model: block;
    • the model simplification. All the elements of the jacobian which are below a cutoff are discarded: cutoff=real value
    • Each block of the model can be rewritten in a quasi recursive form. The endogenous variable are split in two different groups: the recursive variables and the feedback variables. The feedback variables are simply evaluated conditional to the feedback variables. The system is solved only for the feedback variables. The set of feedback variables is determined according to the mfs option:
      • mfs = 0 : (default value) all the endogenous variables are considered as feedback variables;
      • mfs = 1 :

DynareWiki: ByteCode (last edited 2009-09-03 11:23:17 by SébastienVillemot)