- 19 Sep, 2011 1 commit
-
-
Stéphane Adjemian authored
Removed globals from dynare_resolve. Removed unused first input argument. Adapted routines calling dynare_resolve. Added texinfo header to dynare_resolve.
-
- 24 Jul, 2011 1 commit
-
-
MichelJuillard authored
-
- 16 Feb, 2011 1 commit
-
-
Houtan Bastani authored
-
- 04 Feb, 2011 1 commit
-
-
Sébastien Villemot authored
-
- 26 Jan, 2011 1 commit
-
-
Michel Juillard authored
-
- 05 Jan, 2010 1 commit
-
-
sebastien authored
git-svn-id: https://www.dynare.org/svn/dynare/trunk@3300 ac1d8469-bf42-47a9-8791-bf33cf982152
-
- 16 Dec, 2009 1 commit
-
-
sebastien authored
git-svn-id: https://www.dynare.org/svn/dynare/trunk@3250 ac1d8469-bf42-47a9-8791-bf33cf982152
-
- 03 Jul, 2009 2 commits
-
-
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
-
- 06 Apr, 2009 1 commit
-
-
stepan authored
Efficiency & Cosmetic changes related to the design of bayestopt_ and the computation of the prior density. bayestopt_.p1 is always the prior mean bayestopt_.p2 is always the prior standard deviation bayestopt_.p3 is unchanged bayestopt_.p4 is unchanged bayestopt_.p5 [new field] is the prior mode bayestopt_.p6 [new field] is the first hyper-parameter of the prior density bayestopt_.p7 [new field] is the second hyper-parameter of the prior density These fields are defined in set_prior and are never changed after. In the previous version of Dynare, the hyper parameters of the densities were updated at each iteration of the optimization routine or the metropolis. Removed fields pmean and pstdev. Vectorized the code in priordens. Fixed the bug mentionned by Gianni. If a (logged) density is evaluated outside the prior domain, the output of priordens if minus infinity (instead of a complex number). git-svn-id: https://www.dynare.org/svn/dynare/trunk@2556 ac1d8469-bf42-47a9-8791-bf33cf982152
-
- 12 Feb, 2009 1 commit
-
-
stepan authored
+ Fixed a bug introduced in the previous commit. + Added a threshold parameter for the complex blocks in the upper triangular matrix T in lyapunov_symm.m (new field in options_) + Cosmetic changes. git-svn-id: https://www.dynare.org/svn/dynare/trunk@2414 ac1d8469-bf42-47a9-8791-bf33cf982152
-
- 29 Oct, 2008 1 commit
-
-
adjemian authored
git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@2231 ac1d8469-bf42-47a9-8791-bf33cf982152
-
- 27 Oct, 2008 3 commits
-
-
adjemian authored
git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@2217 ac1d8469-bf42-47a9-8791-bf33cf982152
-
adjemian authored
git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@2215 ac1d8469-bf42-47a9-8791-bf33cf982152
-
adjemian authored
v4.1: Cosmetic changes + Added call to univariate kalman filter routine when F is singular and different from zero. git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@2214 ac1d8469-bf42-47a9-8791-bf33cf982152
-
- 26 Oct, 2008 1 commit
-
-
michel authored
correcting bugs in Kalman Smoother git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@2198 ac1d8469-bf42-47a9-8791-bf33cf982152
-
- 21 Oct, 2008 1 commit
-
-
adjemian authored
git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@2187 ac1d8469-bf42-47a9-8791-bf33cf982152
-
- 16 Oct, 2008 2 commits
-
-
adjemian authored
* Adapted mode_check.m and hessian.m * Removed global from hessian.m * Changed call to metropolis * Changed the test deciding between KF and KF with missing observations in DsgeLikelihood git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@2157 ac1d8469-bf42-47a9-8791-bf33cf982152
-
adjemian authored
v4.1 Changes related to the kalman filter (for evaluation of the likelihood) with missing observations. git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@2155 ac1d8469-bf42-47a9-8791-bf33cf982152
-
- 13 Oct, 2008 1 commit
-
-
michel authored
git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@2149 ac1d8469-bf42-47a9-8791-bf33cf982152
-
- 09 Oct, 2008 1 commit
-
-
ratto authored
This works on a rather complex model, with 4 RW trends and 80 equations (QUEST III). Hopefully ... git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@2141 ac1d8469-bf42-47a9-8791-bf33cf982152
-
- 06 Oct, 2008 1 commit
-
-
ratto authored
git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@2137 ac1d8469-bf42-47a9-8791-bf33cf982152
-
- 29 Sep, 2008 1 commit
-
-
michel authored
tentative bug correction in DsgeLikelihood when stochastic trends are unobservable (QR instead of SVN) git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@2122 ac1d8469-bf42-47a9-8791-bf33cf982152
-
- 12 Sep, 2008 1 commit
-
-
michel authored
git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@2060 ac1d8469-bf42-47a9-8791-bf33cf982152
-
- 01 Aug, 2008 1 commit
-
-
sebastien authored
git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@1974 ac1d8469-bf42-47a9-8791-bf33cf982152
-
- 28 Jul, 2008 1 commit
-
-
george authored
Corrected and commented out the penalty power on info(2) because penalty power is already raised in DR1.m and resol respectively. GP July'08 git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@1968 ac1d8469-bf42-47a9-8791-bf33cf982152
-
- 18 Jul, 2008 1 commit
-
-
michel authored
git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@1958 ac1d8469-bf42-47a9-8791-bf33cf982152
-
- 07 Jul, 2008 1 commit
-
-
sebastien authored
git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@1938 ac1d8469-bf42-47a9-8791-bf33cf982152
-
- 03 Jul, 2008 1 commit
-
-
michel authored
git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@1925 ac1d8469-bf42-47a9-8791-bf33cf982152
-
- 02 Jul, 2008 4 commits
-
-
michel authored
git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@1924 ac1d8469-bf42-47a9-8791-bf33cf982152
-
michel authored
git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@1922 ac1d8469-bf42-47a9-8791-bf33cf982152
-
michel authored
git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@1919 ac1d8469-bf42-47a9-8791-bf33cf982152
-
michel authored
git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@1918 ac1d8469-bf42-47a9-8791-bf33cf982152
-
- 21 Jun, 2008 1 commit
-
-
adjemian authored
Added new functions for posterior distribution processing (second order moments) + Removed global variables. git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@1890 ac1d8469-bf42-47a9-8791-bf33cf982152
-
- 03 Mar, 2008 1 commit
-
-
assia authored
git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@1729 ac1d8469-bf42-47a9-8791-bf33cf982152
-
- 09 Feb, 2008 1 commit
-
-
michel authored
git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@1702 ac1d8469-bf42-47a9-8791-bf33cf982152
-
- 27 Jan, 2008 1 commit
-
-
michel authored
git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@1648 ac1d8469-bf42-47a9-8791-bf33cf982152
-
- 01 Oct, 2007 1 commit
-
-
michel authored
git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@1402 ac1d8469-bf42-47a9-8791-bf33cf982152
-
- 27 Sep, 2007 1 commit
-
-
michel authored
git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@1399 ac1d8469-bf42-47a9-8791-bf33cf982152
-
- 11 Feb, 2007 1 commit
-
-
michel authored
git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@1183 ac1d8469-bf42-47a9-8791-bf33cf982152
-