- 06 Jul, 2009 2 commits
-
-
sebastien authored
* moved some declarations from ExprNode.hh to BlockTriangular.hh to which they conceptually belong * replaced non standard boolean operators (and, or, not) by standard ones (&&, ||, !) git-svn-id: https://www.dynare.org/svn/dynare/trunk@2812 ac1d8469-bf42-47a9-8791-bf33cf982152
-
sebastien authored
* fixed a bug in the handling of VariableNode: we now make a copy of the recursive_variables map, instead of modifying that of the caller * factorized code shared with standard derivation * various minor cleanups git-svn-id: https://www.dynare.org/svn/dynare/trunk@2811 ac1d8469-bf42-47a9-8791-bf33cf982152
-
- 04 Jul, 2009 1 commit
-
-
michel authored
- oo_.mean, oo_.var, oo_.gamma_y contains all selected variables - moments of non-stationary variables are set to NaN options_.Schur_vec_tolerance lowered to 10^-11 git-svn-id: https://www.dynare.org/svn/dynare/trunk@2810 ac1d8469-bf42-47a9-8791-bf33cf982152
-
- 03 Jul, 2009 6 commits
-
-
george authored
git-svn-id: https://www.dynare.org/svn/dynare/trunk@2809 ac1d8469-bf42-47a9-8791-bf33cf982152
-
george authored
Refactoring kalman.cpp to use dgemm more directly and bypass some of re-casting matrix constructors. git-svn-id: https://www.dynare.org/svn/dynare/trunk@2808 ac1d8469-bf42-47a9-8791-bf33cf982152
-
sebastien authored
In Octave 3.2.0, the which() function doesn't accept filenames, but accepts function names. This bug will be fixed in Octave 3.2.1, but this workaround solves the issue. git-svn-id: https://www.dynare.org/svn/dynare/trunk@2807 ac1d8469-bf42-47a9-8791-bf33cf982152
-
sebastien authored
git-svn-id: https://www.dynare.org/svn/dynare/trunk@2806 ac1d8469-bf42-47a9-8791-bf33cf982152
-
sebastien authored
Reorganized the way we deal with functions which exist under only some versions of MATLAB and/or some versions of Octave: * Created a directory matlab/missing to store them under subdirectories * Add the needed subdirectories to the path from dynare_config.m * Moved content of matlab/matlab/ and matlab/octave/ to matlab/missing/*/ * matlab/missing/ordeig/ordeig.m: new name of matlab/my_ordeig * matlab/missing/ordschur/ordschur.m: fake replacement, displays an error message * Removed old matlab/matlab/ and matlab/octave/ directories git-svn-id: https://www.dynare.org/svn/dynare/trunk@2805 ac1d8469-bf42-47a9-8791-bf33cf982152
-
sebastien authored
git-svn-id: https://www.dynare.org/svn/dynare/trunk@2804 ac1d8469-bf42-47a9-8791-bf33cf982152
-
- 02 Jul, 2009 2 commits
-
-
sebastien authored
Reference manual: updated synopsis for optim_weights, osr, osr_params, planner_objective, ramsey_policy, dynare_sensitivity, rplot, dynatype, dynasave git-svn-id: https://www.dynare.org/svn/dynare/trunk@2803 ac1d8469-bf42-47a9-8791-bf33cf982152
-
sebastien authored
* fixed bug in the dynamic version (was putting time subscripts to parameters) * changed symbol for multiplication to a space (was a dot) git-svn-id: https://www.dynare.org/svn/dynare/trunk@2802 ac1d8469-bf42-47a9-8791-bf33cf982152
-
- 01 Jul, 2009 2 commits
-
-
sebastien authored
* Switched BVAR example data to M-file instead of XLS git-svn-id: https://www.dynare.org/svn/dynare/trunk@2801 ac1d8469-bf42-47a9-8791-bf33cf982152
-
sebastien authored
git-svn-id: https://www.dynare.org/svn/dynare/trunk@2800 ac1d8469-bf42-47a9-8791-bf33cf982152
-
- 30 Jun, 2009 5 commits
-
-
george authored
git-svn-id: https://www.dynare.org/svn/dynare/trunk@2799 ac1d8469-bf42-47a9-8791-bf33cf982152
-
sebastien authored
* normalizes the static model * computes its block decomposition, using topological order * for each block, computes minimum feedback set of variables * at this stage, only produces text output (no change in the computation of steady state) git-svn-id: https://www.dynare.org/svn/dynare/trunk@2798 ac1d8469-bf42-47a9-8791-bf33cf982152
-
sebastien authored
git-svn-id: https://www.dynare.org/svn/dynare/trunk@2797 ac1d8469-bf42-47a9-8791-bf33cf982152
-
george authored
git-svn-id: https://www.dynare.org/svn/dynare/trunk@2796 ac1d8469-bf42-47a9-8791-bf33cf982152
-
george authored
git-svn-id: https://www.dynare.org/svn/dynare/trunk@2795 ac1d8469-bf42-47a9-8791-bf33cf982152
-
- 29 Jun, 2009 2 commits
-
-
sebastien authored
git-svn-id: https://www.dynare.org/svn/dynare/trunk@2794 ac1d8469-bf42-47a9-8791-bf33cf982152
-
sebastien authored
git-svn-id: https://www.dynare.org/svn/dynare/trunk@2793 ac1d8469-bf42-47a9-8791-bf33cf982152
-
- 26 Jun, 2009 2 commits
-
-
sebastien authored
git-svn-id: https://www.dynare.org/svn/dynare/trunk@2792 ac1d8469-bf42-47a9-8791-bf33cf982152
-
stepan authored
+ Bug fixes related to the computation of prior (and posterior) moments. + Cosmetic changes. git-svn-id: https://www.dynare.org/svn/dynare/trunk@2791 ac1d8469-bf42-47a9-8791-bf33cf982152
-
- 25 Jun, 2009 6 commits
-
-
michel authored
k_order_perturbation: proposition of modification to integrate change to the storing of Hessian with option USE_DLL git-svn-id: https://www.dynare.org/svn/dynare/trunk@2790 ac1d8469-bf42-47a9-8791-bf33cf982152
-
sebastien authored
trunk dr1.m: removed workaround for USE_DLL (no longer needed, since USE_DLL is now broken at order 2) git-svn-id: https://www.dynare.org/svn/dynare/trunk@2789 ac1d8469-bf42-47a9-8791-bf33cf982152
-
sebastien authored
git-svn-id: https://www.dynare.org/svn/dynare/trunk@2788 ac1d8469-bf42-47a9-8791-bf33cf982152
-
sebastien authored
* for 2nd and 3rd derivatives of static and dynamic model, create the sparse matrices in a more efficient way (thanks to Pablo Winant for suggesting this and providing a patch) * this breaks USE_DLL option at order 2 * fixed bug when hessian or 3rd deriv. matrix was all zero: the matrix was not constructed at all, leading to crashes in Matlab code git-svn-id: https://www.dynare.org/svn/dynare/trunk@2787 ac1d8469-bf42-47a9-8791-bf33cf982152
-
stepan authored
+ Added error messages related to the output of the steadystate file. + Removed options_ from print_info.m + Removed some useless initializations of options_'s fields. git-svn-id: https://www.dynare.org/svn/dynare/trunk@2786 ac1d8469-bf42-47a9-8791-bf33cf982152
-
sebastien authored
git-svn-id: https://www.dynare.org/svn/dynare/trunk@2785 ac1d8469-bf42-47a9-8791-bf33cf982152
-
- 24 Jun, 2009 3 commits
-
-
george authored
git-svn-id: https://www.dynare.org/svn/dynare/trunk@2784 ac1d8469-bf42-47a9-8791-bf33cf982152
-
sebastien authored
git-svn-id: https://www.dynare.org/svn/dynare/trunk@2783 ac1d8469-bf42-47a9-8791-bf33cf982152
-
george authored
Update and new test routines for testing QT performance. The lapse execution time is measured as difference between the unix date after and before the run. For correct results, supply a tab-delimited file containing the transpose of the QT git-svn-id: https://www.dynare.org/svn/dynare/trunk@2782 ac1d8469-bf42-47a9-8791-bf33cf982152
-
- 23 Jun, 2009 4 commits
-
-
george authored
git-svn-id: https://www.dynare.org/svn/dynare/trunk@2781 ac1d8469-bf42-47a9-8791-bf33cf982152
-
george authored
git-svn-id: https://www.dynare.org/svn/dynare/trunk@2780 ac1d8469-bf42-47a9-8791-bf33cf982152
-
george authored
git-svn-id: https://www.dynare.org/svn/dynare/trunk@2779 ac1d8469-bf42-47a9-8791-bf33cf982152
-
george authored
git-svn-id: https://www.dynare.org/svn/dynare/trunk@2778 ac1d8469-bf42-47a9-8791-bf33cf982152
-
- 21 Jun, 2009 1 commit
-
-
michel authored
v4.1: added 'file' to call to exist() function to avoid a bug when there exists a directory with the same name as the mex function git-svn-id: https://www.dynare.org/svn/dynare/trunk@2777 ac1d8469-bf42-47a9-8791-bf33cf982152
-
- 19 Jun, 2009 3 commits
-
-
ratto authored
git-svn-id: https://www.dynare.org/svn/dynare/trunk@2774 ac1d8469-bf42-47a9-8791-bf33cf982152
-
ratto authored
Use of one single loop, by merging the previous three cases, for easier parallelizing. git-svn-id: https://www.dynare.org/svn/dynare/trunk@2773 ac1d8469-bf42-47a9-8791-bf33cf982152
-
ratto authored
git-svn-id: https://www.dynare.org/svn/dynare/trunk@2772 ac1d8469-bf42-47a9-8791-bf33cf982152
-
- 15 Jun, 2009 1 commit
-
-
stepan authored
+ Various bug fixes related to prior sampling. + Removed globals in set_stationary_variables_list.m. git-svn-id: https://www.dynare.org/svn/dynare/trunk@2771 ac1d8469-bf42-47a9-8791-bf33cf982152
-