- 27 Oct, 2010 8 commits
-
-
Ferhat Mihoubi authored
- During an evaluation of the model with bytecode stores all Jacobian matrix (w.r. to endogenous of the current block, exogenous and endogenous from previous blocks) in M_block_structure.block(j)
-
Ferhat Mihoubi authored
-
Ferhat Mihoubi authored
-
Ferhat Mihoubi authored
-
Marco Ratto authored
-
Marco Ratto authored
-
Marco Ratto authored
fix spelling of function names
-
Marco Ratto authored
-
- 26 Oct, 2010 1 commit
-
-
George Perendia authored
C++ Estimation DLL: Update to logMHMCMCposterior.cc mexFunction DLL driver: its call to close waitbar seems to cause crashes and it is for now left commented out and the waitbar neeeds to be closed manually or, alternativelly, call dll with options_.console_mode=1
-
- 25 Oct, 2010 1 commit
-
-
Marco Ratto authored
implies using global options_ in place of local argument
-
- 23 Oct, 2010 1 commit
-
-
Sébastien Villemot authored
-
- 22 Oct, 2010 13 commits
-
-
Sébastien Villemot authored
-
Sébastien Villemot authored
Testsuite: reorganize for bock and bytecode, using a script for systematically testing options combinations
-
Sébastien Villemot authored
-
Sébastien Villemot authored
-
Sébastien Villemot authored
-
Ferhat Mihoubi authored
- extends steady algorithms to solve_algo=5, 6, 7 and 8 for a block decomposed model without bytcode - solve_algo is reordered = * 0: fsolve * 1: solve1 * 2, 4: solve1 + block decomposition * 3: csolve * 5: bytecode own solver (use Gaussian elimination + sparse matrix) * 6: LU decomposition with UMFPack (method handling sparse matrix in Matlab) * 7: GMRES * 8: BiCGStab
-
Ferhat Mihoubi authored
-
Sébastien Villemot authored
-
Sébastien Villemot authored
-
Marco Ratto authored
-
Marco Ratto authored
2) get rid of MasterName and DyMo; 3) more comments;
-
Ferhat Mihoubi authored
-
Ferhat Mihoubi authored
- Add wrapper needed to compute the steady-state using bytecode and solve_algo = 0, ..., 4
-
- 21 Oct, 2010 5 commits
-
-
Sébastien Villemot authored
- added embedded tests - minor cosmetic changes
-
Sébastien Villemot authored
-
Sébastien Villemot authored
-
Sébastien Villemot authored
-
Sébastien Villemot authored
New oct-file "qzcomplex" for bringing the complex QZ decomposition to Octave. Fixes issues with partial information under Octave.
-
- 20 Oct, 2010 5 commits
-
-
Sébastien Villemot authored
-
Sébastien Villemot authored
-
Sébastien Villemot authored
- fail when user tries to initialize a variable at a period which is not in the model, and make the error message explicit - correctly handle exogenous variables in stochastic mode, which are also substituted with an aux var - added test files
-
George Perendia authored
Track #21: Add partial information: Correcting bug stemming from the differences in QZ calculation under Octave and Matlab: modified PI_gensys to use C.Sims' Lapack zgges based qzcomplex() qz decomposition routine under Octave which gives nearly identical complex results to Matlab QZ (except for transpose of q matrix and few sign changes in the output matrices)
-
Sébastien Villemot authored
Preprocessor: fix possible bug in histval (need to limit search of aux vars to aux vars for lagged vars, otherwise we could have a wrong match with some other kind)
-
- 18 Oct, 2010 5 commits
-
-
Sébastien Villemot authored
-
Sébastien Villemot authored
-
Houtan Bastani authored
-
Houtan Bastani authored
-
Stéphane Adjemian (Karaba) authored
Fixed bug in the initialization of the metropolis when mode_compute=6 was previously used (so that we have an optimal mh scale factor) and option load_mh_file is used. After the (stochastic) optimization, the optimal value of the scale parameter is saved in a mat file.
-
- 15 Oct, 2010 1 commit
-
-
Sébastien Villemot authored
-