Skip to content
Snippets Groups Projects
Select Git revision
  • c0149f69d955665f34e7399f5598d4b2adb04576
  • master default protected
  • 5.x
  • asm
  • time-varying-information-set
  • 4.6
  • dynare_minreal
  • dragonfly
  • various_fixes
  • 4.5
  • clang+openmp
  • dynamic-striated
  • occbin
  • exo_steady_state
  • filter_initial_state
  • declare_vars_in_model_block
  • exceptions
  • rmExtraExo
  • julia
  • error_msg_undeclared_model_vars
  • static_aux_vars
  • 5.3
  • 5.2
  • 5.1
  • 5.0
  • 5.0-rc1
  • 4.7-beta3
  • 4.7-beta2
  • 4.7-beta1
  • 4.6.4
  • 4.6.3
  • 4.6.2
  • 4.6.1
  • 4.6.0
  • 4.6.0-rc2
  • 4.6.0-rc1
  • 4.6-beta1
  • 4.5.7
  • 4.5.6
  • 4.5.5
  • 4.5.4
41 results

PlotPosteriorDistributions.m

Blame
  • Forked from Dynare / dynare
    Loading
    Johannes Pfeifer's avatar
    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