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

DsgeVarLikelihood.m

Blame
    • Stéphane Adjemian's avatar
      e0fa737c
      Fixed bug in dynare_resolve (wrong calling sequence introduced in commit... · e0fa737c
      Stéphane Adjemian authored
      Fixed bug in dynare_resolve (wrong calling sequence introduced in commit #013c599e).
      
      Removed globals from DsgeVarLikelihood and changed the calling sequence. As in DsgeLikelihood, the penalty is now a
      persistent variable.
      
      Added a global structure for the data: dataset_.
      
      Removed globals from dsgevar_posterior_density and mode_check.
      
      Simplification of the clode, definition of the variable objective_function at the top of dynare_estimation_1 (equal
      to 'DsgeLikelihood' or 'DsgeVarLikelihood').
      e0fa737c
      History
      Fixed bug in dynare_resolve (wrong calling sequence introduced in commit...
      Stéphane Adjemian authored
      Fixed bug in dynare_resolve (wrong calling sequence introduced in commit #013c599e).
      
      Removed globals from DsgeVarLikelihood and changed the calling sequence. As in DsgeLikelihood, the penalty is now a
      persistent variable.
      
      Added a global structure for the data: dataset_.
      
      Removed globals from dsgevar_posterior_density and mode_check.
      
      Simplification of the clode, definition of the variable objective_function at the top of dynare_estimation_1 (equal
      to 'DsgeLikelihood' or 'DsgeVarLikelihood').