Skip to content
Snippets Groups Projects
Select Git revision
  • nlf-fixes
  • newton-quadratic-equation-solver
  • master default
  • 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
40 results

dynare_identification.m

Forked from Dynare / dynare
12449 commits behind the upstream repository.
  • Johannes Pfeifer's avatar
    cb0b1275
    Fix bug in dynare_identification.m that led to missing output and crashes if... · cb0b1275
    Johannes Pfeifer authored and Houtan Bastani's avatar Houtan Bastani committed
    Fix bug in dynare_identification.m that led to missing output and crashes if the initial parameterization was invalid
    
    If the initial parameters did not solve, the code for displaying results and saving was not reached. The also led to later crashes with saving as the -append option was used and no file existed. If no valid draw can be found, the function exits in any case, so no additional check is needed.
    (cherry picked from commit 4c6aad3d)
    cb0b1275
    History
    Fix bug in dynare_identification.m that led to missing output and crashes if...
    Johannes Pfeifer authored and Houtan Bastani's avatar Houtan Bastani committed
    Fix bug in dynare_identification.m that led to missing output and crashes if the initial parameterization was invalid
    
    If the initial parameters did not solve, the code for displaying results and saving was not reached. The also led to later crashes with saving as the -append option was used and no file existed. If no valid draw can be found, the function exits in any case, so no additional check is needed.
    (cherry picked from commit 4c6aad3d)