Skip to content
Snippets Groups Projects
Select Git revision
  • 347be1f89a82542c66c2ac7aa9611e93cb942ec1
  • master default
  • nlf-fixes
  • newton-quadratic-equation-solver
  • nlf-fixes-r
  • nls-fixes
  • sep-fixes
  • sep
  • use-dprior
  • ep-sparse
  • rebase-1
  • parfor
  • reset-seed-in-unit-tests
  • remove-persistent-variables
  • nonlinear-filter-fixes
  • pac-mce-with-composite-target
  • 6.x
  • dprior
  • covariance-quadratic-approximation
  • benchmark-ec
  • kalman_mex
  • 5.5
  • 5.4
  • 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
41 results

dsge_simulated_theoretical_correlation.m

Forked from Dynare / dynare
Source project has a limited visibility.
  • Sébastien Villemot's avatar
    e93c7b6b
    Reorder files generated by “moments_varendo” option of “estimation” · e93c7b6b
    Sébastien Villemot authored
    If there were more than 10 files of Metropolis parameter draws, the ordering
    the files containing the posterior moments could be different from that of the
    parameter draws. This is because the “dir()” command was used to order the
    files containing the parameter draws, and because the command uses alphabetic
    ordering, file #10 would come before #2.
    
    This commit enforces the numerical ordering of files.
    Verified
    e93c7b6b
    History
    Reorder files generated by “moments_varendo” option of “estimation”
    Sébastien Villemot authored
    If there were more than 10 files of Metropolis parameter draws, the ordering
    the files containing the posterior moments could be different from that of the
    parameter draws. This is because the “dir()” command was used to order the
    files containing the parameter draws, and because the command uses alphabetic
    ordering, file #10 would come before #2.
    
    This commit enforces the numerical ordering of files.