- 22 Jan, 2009 4 commits
-
-
michel authored
git-svn-id: https://www.dynare.org/svn/dynare/trunk@2370 ac1d8469-bf42-47a9-8791-bf33cf982152
-
michel authored
corrected bugs with option prefilter, bayestopt_.mean_varobs is now a column vector git-svn-id: https://www.dynare.org/svn/dynare/trunk@2369 ac1d8469-bf42-47a9-8791-bf33cf982152
-
sebastien authored
trunk preprocessor: allow arbitrary expressions (and not just constants) in estimated_params, estimated_params_init and estimated_params_bounds blocks git-svn-id: https://www.dynare.org/svn/dynare/trunk@2368 ac1d8469-bf42-47a9-8791-bf33cf982152
-
sebastien authored
trunk preprocessor: fixed bug with estimated_params_init and estimated_params_bounds in conjunction with correlation of endogenous variables git-svn-id: https://www.dynare.org/svn/dynare/trunk@2366 ac1d8469-bf42-47a9-8791-bf33cf982152
-
- 21 Jan, 2009 6 commits
-
-
stepan authored
+ Added option mode_compute=7 for fminsearch (the matlab optimization toolbox is needed) a simplex based (gradient free) optimization routine. + Cosmetic changes. git-svn-id: https://www.dynare.org/svn/dynare/trunk@2365 ac1d8469-bf42-47a9-8791-bf33cf982152
-
sebastien authored
* updated copyright headers of all files modified since January 1st: the copyright notice now encompasses 2009 * fixed various other copyright header issues git-svn-id: https://www.dynare.org/svn/dynare/trunk@2364 ac1d8469-bf42-47a9-8791-bf33cf982152
-
sebastien authored
* in legends of multiple plots, no longer interpret an underscore in variable names as a subscripting command (like LaTeX does) * updated header git-svn-id: https://www.dynare.org/svn/dynare/trunk@2362 ac1d8469-bf42-47a9-8791-bf33cf982152
-
sebastien authored
git-svn-id: https://www.dynare.org/svn/dynare/trunk@2361 ac1d8469-bf42-47a9-8791-bf33cf982152
-
sebastien authored
git-svn-id: https://www.dynare.org/svn/dynare/trunk@2360 ac1d8469-bf42-47a9-8791-bf33cf982152
-
sebastien authored
git-svn-id: https://www.dynare.org/svn/dynare/trunk@2359 ac1d8469-bf42-47a9-8791-bf33cf982152
-
- 20 Jan, 2009 1 commit
-
-
ferhat authored
- SymbolGaussElim.cc is discarded from the preprocessor (all simulations are now implemented in simulate) - Correction in model_info.m git-svn-id: https://www.dynare.org/svn/dynare/trunk@2358 ac1d8469-bf42-47a9-8791-bf33cf982152
-
- 14 Jan, 2009 1 commit
-
-
michel authored
git-svn-id: https://www.dynare.org/svn/dynare/trunk@2357 ac1d8469-bf42-47a9-8791-bf33cf982152
-
- 13 Jan, 2009 1 commit
-
-
george authored
Update: jacobian reordering methods and update of sparse tensor population. Also, test .cpp using new 1 lag 1 lead model derived from fs2000a. git-svn-id: https://www.dynare.org/svn/dynare/trunk@2356 ac1d8469-bf42-47a9-8791-bf33cf982152
-
- 06 Jan, 2009 1 commit
-
-
george authored
This one is for testing fs2000k.mod model derived from fs2000a but with only 1 lead and 1 lag and auxiliary variables for C2(+1)=C(+2) and P2(+1)=P(+2) and uses npred=dr.npred-nboth. Still falling over, pending reordering of jacobian. git-svn-id: https://www.dynare.org/svn/dynare/trunk@2355 ac1d8469-bf42-47a9-8791-bf33cf982152
-
- 05 Jan, 2009 2 commits
-
-
george authored
Modified so that the memory space for the derivatives matrix is allocated higher in the calling chain, inside calcDerivatives. Also, changed to pointer based handling of the sparse tensor. Still not working and pending changes for auxiliary variables for test model. git-svn-id: https://www.dynare.org/svn/dynare/trunk@2354 ac1d8469-bf42-47a9-8791-bf33cf982152
-
michel authored
git-svn-id: https://www.dynare.org/svn/dynare/trunk@2353 ac1d8469-bf42-47a9-8791-bf33cf982152
-
- 04 Jan, 2009 1 commit
-
-
michel authored
code factorization git-svn-id: https://www.dynare.org/svn/dynare/trunk@2352 ac1d8469-bf42-47a9-8791-bf33cf982152
-
- 02 Jan, 2009 2 commits
-
-
ferhat authored
- temporary terms computed just before the equation where they appeared => important for "evaluated blocks" where temporary terms depend on endogenous computed in the block git-svn-id: https://www.dynare.org/svn/dynare/trunk@2351 ac1d8469-bf42-47a9-8791-bf33cf982152
-
michel authored
git-svn-id: https://www.dynare.org/svn/dynare/trunk@2350 ac1d8469-bf42-47a9-8791-bf33cf982152
-
- 31 Dec, 2008 5 commits
-
-
ferhat authored
-> MatlabFile.cc and MatlabFile.hh are added to dynare in order to read the Mat-File git-svn-id: https://www.dynare.org/svn/dynare/trunk@2349 ac1d8469-bf42-47a9-8791-bf33cf982152
-
george authored
git-svn-id: https://www.dynare.org/svn/dynare/trunk@2348 ac1d8469-bf42-47a9-8791-bf33cf982152
-
george authored
Modifying instruction for Makefile in the extern/matlab so that it works without cweb and hweb files and create k_ord_lib.a git-svn-id: https://www.dynare.org/svn/dynare/trunk@2347 ac1d8469-bf42-47a9-8791-bf33cf982152
-
george authored
Deleting binary library and modifying Makefile in the extern/matlab so that it works without cweb and hweb files and creates k_ord_lib.a git-svn-id: https://www.dynare.org/svn/dynare/trunk@2346 ac1d8469-bf42-47a9-8791-bf33cf982152
-
george authored
git-svn-id: https://www.dynare.org/svn/dynare/trunk@2345 ac1d8469-bf42-47a9-8791-bf33cf982152
-
- 30 Dec, 2008 1 commit
-
-
george authored
Update: apparently resolved segmentqtion error but falls in FirstOrder:: solve jacobian partitioning git-svn-id: https://www.dynare.org/svn/dynare/trunk@2344 ac1d8469-bf42-47a9-8791-bf33cf982152
-
- 24 Dec, 2008 3 commits
-
-
george authored
git-svn-id: https://www.dynare.org/svn/dynare/trunk@2343 ac1d8469-bf42-47a9-8791-bf33cf982152
-
ferhat authored
git-svn-id: https://www.dynare.org/svn/dynare/trunk@2342 ac1d8469-bf42-47a9-8791-bf33cf982152
-
ferhat authored
- simplifications of model blocks management in Modeltree - corrections of the temporary variables management with sparse option git-svn-id: https://www.dynare.org/svn/dynare/trunk@2341 ac1d8469-bf42-47a9-8791-bf33cf982152
-
- 23 Dec, 2008 1 commit
-
-
george authored
git-svn-id: https://www.dynare.org/svn/dynare/trunk@2340 ac1d8469-bf42-47a9-8791-bf33cf982152
-
- 22 Dec, 2008 1 commit
-
-
michel authored
git-svn-id: https://www.dynare.org/svn/dynare/trunk@2338 ac1d8469-bf42-47a9-8791-bf33cf982152
-
- 21 Dec, 2008 1 commit
-
-
george authored
Added: Test Exe driver k_order_test_main.cpp and the temporary .bat files for compiling and linking DLL and the Test Exe driver and Readme.txt Also added needed utils Dyn_pp subdirectory and the temporarily needed integ subdirectory git-svn-id: https://www.dynare.org/svn/dynare/trunk@2337 ac1d8469-bf42-47a9-8791-bf33cf982152
-
- 19 Dec, 2008 8 commits
-
-
stepan authored
v4.1: Dynare displays the residuals of the static equations of the model when the values of the endogenous variables supplied by *_steadystate.m are wrong. git-svn-id: https://www.dynare.org/svn/dynare/trunk@2336 ac1d8469-bf42-47a9-8791-bf33cf982152
-
sebastien authored
git-svn-id: https://www.dynare.org/svn/dynare/trunk@2335 ac1d8469-bf42-47a9-8791-bf33cf982152
-
sebastien authored
git-svn-id: https://www.dynare.org/svn/dynare/trunk@2334 ac1d8469-bf42-47a9-8791-bf33cf982152
-
ferhat authored
git-svn-id: https://www.dynare.org/svn/dynare/trunk@2333 ac1d8469-bf42-47a9-8791-bf33cf982152
-
www-data authored
git-svn-id: https://www.dynare.org/svn/dynare/trunk@2332 ac1d8469-bf42-47a9-8791-bf33cf982152
-
www-data authored
* dynare_v4 renamed to trunk * dynare_v3 renamed to branches/3.x git-svn-id: https://www.dynare.org/svn/dynare/trunk@2330 ac1d8469-bf42-47a9-8791-bf33cf982152
-
ferhat authored
- Pound expressions accepted with sparse option git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@2329 ac1d8469-bf42-47a9-8791-bf33cf982152
-
sebastien authored
* upgraded to GDFL 1.3 * added "options_" to the list of variables saved in *_results.mat * fixed an error in the description of initval/endval git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@2327 ac1d8469-bf42-47a9-8791-bf33cf982152
-
- 18 Dec, 2008 1 commit
-
-
sebastien authored
* created a Makefile for rebuilding the userguide * integrated the building of the userguide in the Debian packaging * removed PDF files of the userguide * included the front cover directly from latex source * updated some URLs in the userguide, to point to www.dynare.org git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@2325 ac1d8469-bf42-47a9-8791-bf33cf982152
-