Skip to content
Snippets Groups Projects
Select Git revision
  • b9ee0bb2049e85d8514ed8b360d18072c9201176
  • master default protected
  • julia protected
  • 6.x protected
  • python-codegen
  • llvm-15
  • 5.x protected
  • 4.6 protected
  • uop
  • rework_pac
  • aux_vars_fix
  • julia-7.0.0
  • julia-6.4.0
  • julia-6.3.0
  • julia-6.2.0
15 results

ModelTree.hh

  • Sébastien Villemot's avatar
    b9ee0bb2
    aux_equations may diverge from those in the main model · b9ee0bb2
    Sébastien Villemot authored
    aux_equations only contain the definition of auxiliary variables, and
    may diverge from those in the main model (equations), if other model
    transformations applied subsequently. This is not a problem, since
    aux_equations is only used for regenerating the values of auxiliaries
    given the others.
    
    For example, such a divergence appears when there is an expectation
    operator in a ramsey model, see
    tests/optimal_policy/nk_ramsey_expectation.mod */
    b9ee0bb2
    History
    aux_equations may diverge from those in the main model
    Sébastien Villemot authored
    aux_equations only contain the definition of auxiliary variables, and
    may diverge from those in the main model (equations), if other model
    transformations applied subsequently. This is not a problem, since
    aux_equations is only used for regenerating the values of auxiliaries
    given the others.
    
    For example, such a divergence appears when there is an expectation
    operator in a ramsey model, see
    tests/optimal_policy/nk_ramsey_expectation.mod */