Skip to content
Snippets Groups Projects
Select Git revision
  • dates-and-dseries-improvements
  • master default protected
  • 6.x protected
  • madysson
  • 5.x protected
  • asm
  • time-varying-information-set
  • 4.6 protected
  • dynare_minreal
  • dragonfly
  • various_fixes
  • 4.5 protected
  • clang+openmp
  • exo_steady_state
  • declare_vars_in_model_block
  • julia
  • error_msg_undeclared_model_vars
  • static_aux_vars
  • slice
  • aux_func
  • penalty
  • 6.4 protected
  • 6.3 protected
  • 6.2 protected
  • 6.1 protected
  • 6.0 protected
  • 6-beta2 protected
  • 6-beta1 protected
  • 5.5 protected
  • 5.4 protected
  • 5.3 protected
  • 5.2 protected
  • 5.1 protected
  • 5.0 protected
  • 5.0-rc1 protected
  • 4.7-beta3 protected
  • 4.7-beta2 protected
  • 4.7-beta1 protected
  • 4.6.4 protected
  • 4.6.3 protected
  • 4.6.2 protected
41 results

disp_dr.m

  • Sébastien Villemot's avatar
    c121aa14
    Remove oo_.dr.{nstatic,npred,nboth,nfwrd,nspred,nsfwrd} · c121aa14
    Sébastien Villemot authored
    Replace them by equivalents in M_ (and an extra one: M_.dynamic).
    
    IMPORTANT POINT: oo_.dr.npred used to count both purely backward and mixed/both
    variables. This was the cause of lots of confusion. The new M_.npred only
    counts purely backward variables.
    
    We now have the following indentities:
    
    M_.npred + M_.nboth + M_.nfwrd + M_.nstatic = M_.endo_nbr
    M_.nspred = M_.npred + M_.nboth
    M_.nsfwrd = M_.nfwrd + M_.nboth
    M_.ndynamic = M_.npred + M_.nboth + M_.nfwrd
    c121aa14
    History
    Remove oo_.dr.{nstatic,npred,nboth,nfwrd,nspred,nsfwrd}
    Sébastien Villemot authored
    Replace them by equivalents in M_ (and an extra one: M_.dynamic).
    
    IMPORTANT POINT: oo_.dr.npred used to count both purely backward and mixed/both
    variables. This was the cause of lots of confusion. The new M_.npred only
    counts purely backward variables.
    
    We now have the following indentities:
    
    M_.npred + M_.nboth + M_.nfwrd + M_.nstatic = M_.endo_nbr
    M_.nspred = M_.npred + M_.nboth
    M_.nsfwrd = M_.nfwrd + M_.nboth
    M_.ndynamic = M_.npred + M_.nboth + M_.nfwrd