Skip to content
Snippets Groups Projects
Select Git revision
  • 4db598e91fec3f04839847ee0c76e25f6f3dbe11
  • 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

PlotPosteriorDistributions.m

Blame
    • Johannes Pfeifer's avatar
      7518072e
      Fix several bugs related to estimated measurement errors · 7518072e
      Johannes Pfeifer authored
      1. The first call to set_prior overwrote the first column of
      estim_params_.var_endo storing the position of the variable with
      measurement error in M_.endo_names with the position in
      options_.var_obs. All subsequent calls to set_prior then lead to
      crashes.
      2. At the same time, for correlations of ME, the first column of
      estim_params_.corrn still stored the position of the variable with
      measurement error in M_.endo_names. But subsequent calls to it were done
      as if it stored the position in options_.var_obs
      
      I introduced two new variables in estim_params_ storing the respective
      positions in var_obs so as to not necessitate changes in the
      preprocessors.
      
      3. For cases of calibrated measurement error correlations, the
      covariance matrix was not updated.
      
      4. Fixing a lot of smaller bugs related to measurement errors, including
      some copy and paste errors
      -
      7518072e
      History
      Fix several bugs related to estimated measurement errors
      Johannes Pfeifer authored
      1. The first call to set_prior overwrote the first column of
      estim_params_.var_endo storing the position of the variable with
      measurement error in M_.endo_names with the position in
      options_.var_obs. All subsequent calls to set_prior then lead to
      crashes.
      2. At the same time, for correlations of ME, the first column of
      estim_params_.corrn still stored the position of the variable with
      measurement error in M_.endo_names. But subsequent calls to it were done
      as if it stored the position in options_.var_obs
      
      I introduced two new variables in estim_params_ storing the respective
      positions in var_obs so as to not necessitate changes in the
      preprocessors.
      
      3. For cases of calibrated measurement error correlations, the
      covariance matrix was not updated.
      
      4. Fixing a lot of smaller bugs related to measurement errors, including
      some copy and paste errors
      -
    csminitworksuntiil0205.m 6.20 KiB