Skip to content
Snippets Groups Projects
Select Git revision
  • master
  • 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
40 results

fs2000.mod

  • Stéphane Adjemian's avatar
    1983dc13
    Make examples/fs2000.mod closer to the original code. · 1983dc13
    Stéphane Adjemian authored
     - Use (old default) mode_compute=4 which is closer to the algorithm
       used by Frank Schorfheide and ensures that the hessian matrix is well
       behaved (contrary to the new default, because of the asymptote at 0
       in the beta prior for autoregressive parameter ρ).
    
     - Change parameterization for mst. A normal prior on mst is not
       equivalent to a normal prior on log(mst) (which is done the
       parameterization in the JAE paper).
    
    Closes #2177.
    Verified
    1983dc13
    History
    Make examples/fs2000.mod closer to the original code.
    Stéphane Adjemian authored
     - Use (old default) mode_compute=4 which is closer to the algorithm
       used by Frank Schorfheide and ensures that the hessian matrix is well
       behaved (contrary to the new default, because of the asymptote at 0
       in the beta prior for autoregressive parameter ρ).
    
     - Change parameterization for mst. A normal prior on mst is not
       equivalent to a normal prior on log(mst) (which is done the
       parameterization in the JAE paper).
    
    Closes #2177.