Commit Graph

8354 Commits (f03839cf129d537f81a65ef8169d8533d1220fc8)

Author SHA1 Message Date
Michel Juillard f03839cf12 removed "global options_" in dynare_solve.m and made it an
argument. Modified all calling functions.
2015-05-25 17:15:09 +02:00
Houtan Bastani d5cb78bbea fix typo introduced in 89828e56cc 2015-05-20 10:12:24 +02:00
Houtan Bastani 89828e56cc preprocessor: add proprosal_distribution and student_degrees_of_freedom options to estimation. closes #925 2015-05-19 12:31:22 +02:00
Stéphane Adjemian (Hermes) 19286d850b Changed colours. 2015-05-18 18:31:49 +02:00
Stéphane Adjemian (Hermes) 8b6040717a Added missing semicolon. 2015-05-18 18:00:09 +02:00
Michel Juillard 2fe7a4156d changing code for making directory baseline in order to comply with mingw 2015-05-13 17:11:56 +02:00
Houtan Bastani 44790abbb7 preprocessor: add tarb_optim option to estimation. #940 2015-05-13 16:50:07 +02:00
Houtan Bastani 12be4e6672 preprocessor: add tarb_new_block_probability option to estimation. #940 2015-05-13 15:49:41 +02:00
Houtan Bastani 0d76e30248 preprocessor: add tarb_mode_compute option to estimation. #940 2015-05-13 15:46:52 +02:00
Houtan Bastani e5df26a6e8 preprocessor: add use_tarb option to estimation. #940 2015-05-13 15:32:24 +02:00
Houtan Bastani f239c1c368 preprocessor: add huge_number to estimation and osr. #924 2015-05-13 15:14:34 +02:00
Houtan Bastani 027f1302d1 preprocessor: add dr_display_tol to stoch_simul. #924 2015-05-13 15:12:39 +02:00
Houtan Bastani 3084612456 Merge pull request #939 from JohannesPfeifer/unit_tests
Cut number of draws in fs2000_student.mod unit test to speed it up
2015-05-12 17:00:11 +02:00
Johannes Pfeifer 0120fc16c1 Cut number of draws in fs2000_student.mod unit test to speed it up 2015-05-12 16:50:35 +02:00
Houtan Bastani 2ab8e2a122 preprocessor: external functions bug fix: fixes the case where an external function is contained in a local variable that’s used in an equation with leads/lags that require auxiliary equations. Closes #916 2015-05-12 16:39:10 +02:00
Houtan Bastani 5ac2683b32 Merge pull request #938 from JohannesPfeifer/delete_space
Delete whitespace in Makefile.am that crashes autoreconf
2015-05-12 14:59:31 +02:00
Johannes Pfeifer 770ac5a4c8 Delete whitespace in Makefile.am that crashes autoreconf 2015-05-12 14:31:59 +02:00
Houtan Bastani 902a5d2788 ensure that mex file exists before doing comparison 2015-05-12 10:55:24 +02:00
Houtan Bastani 8c480aea3d Merge pull request #936 from JohannesPfeifer/cosmetics
Two cosmetic fixes
2015-05-11 18:03:41 +02:00
Johannes Pfeifer 646658a0f2 Add missing deblank to disp_dr.m 2015-05-11 17:40:03 +02:00
Johannes Pfeifer 3c3b255025 Clarify that output of mode_check.m is minus likelihood/posterior 2015-05-11 17:39:26 +02:00
Houtan Bastani 662c4e64ee preprocessor: organize external function code 2015-05-11 17:09:29 +02:00
Michel Juillard 3171e87448 fixing logic in creation of checksum file. Improving documentation. 2015-05-11 08:57:24 +02:00
Stéphane Adjemian 9d8823dd73 Merge pull request #932 from JohannesPfeifer/t_dist
Unit test and cosmetic changes for t-distribution
2015-05-10 23:29:17 +02:00
Stéphane Adjemian ea08badcf3 Merge pull request #935 from JohannesPfeifer/fix_makefile
Fix typos Makefile.am
2015-05-10 23:24:57 +02:00
Johannes Pfeifer cf5a36a1a8 Fix typos Makefile.am
Prevents test suite from running
2015-05-10 21:44:36 +02:00
Michel Juillard 530e314786 adding dynare command line option 'fast' in order not to recompile MEX
files if the lists of variables and the equations haven't changed
between two runs of the same model file.
2015-05-10 20:29:03 +02:00
Michel Juillard a5a5490a12 adding feature to recompile MEX files only if the model has
changed (not activated yet)
detail of compilation code moved from preprocessor (ModFile.cc) to
./matlab/utilities/general/dyn_mex.m
2015-05-10 18:16:53 +02:00
Johannes Pfeifer b67e9626f7 Add more information to header of rand_multivariate_student.m 2015-05-10 10:06:42 +02:00
Johannes Pfeifer 787f6d37c2 Add unit test for t-distribution as proposal density 2015-05-10 10:06:22 +02:00
Stéphane Adjemian 16a29d58a6 Merge pull request #930 from JohannesPfeifer/rename_hessian
Make sure that no variable is named hessian
2015-05-10 09:09:43 +02:00
Johannes Pfeifer e76f81740f Make sure that no variable is named hessian. 2015-05-10 08:17:40 +02:00
Stéphane Adjemian 29f9cb4d53 Merge pull request #929 from JohannesPfeifer/delete_stale_files
Delete stale files from previous MCMC runs
2015-05-09 22:47:25 +02:00
Stéphane Adjemian (Charybdis) e91d92ba6d Changed encoding to utf-8. 2015-05-09 22:36:19 +02:00
Stéphane Adjemian (Charybdis) b8eb0ff72d Added online help to prior command (cli). 2015-05-09 22:36:19 +02:00
Johannes Pfeifer de427b77f2 Add unit test for differentiate_forward_vars
Closes #727
2015-05-09 22:36:19 +02:00
Johannes Pfeifer fa1f7794d5 Delete stale files from previous MCMC runs
Closes #566. Also adds cosmetic changes to headers of affected routines
2015-05-09 15:13:59 +02:00
Stéphane Adjemian 450520e946 Merge pull request #926 from JohannesPfeifer/return_values
Make sure non_linear_dsge_likelihood.m and dsge_var_likelihood.m retu…
2015-05-09 14:27:03 +02:00
Stéphane Adjemian 90597ed568 Merge pull request #927 from JohannesPfeifer/Unit_test_leads_lags
Add unit test for deterministic simulations with several leads and lags
2015-05-09 14:25:35 +02:00
Stéphane Adjemian e5da8c9c0d Merge pull request #928 from JohannesPfeifer/check_input
Fix various copy and paste errors in check_input_arguments.m
2015-05-09 14:24:37 +02:00
Johannes Pfeifer 8aec696b95 Fix various copy and paste errors in check_input_arguments.m
During moving to a separate function, not all variables had been renamed
2015-05-09 08:22:31 +02:00
Johannes Pfeifer 120946dfb3 Add unit test for deterministic simulations with several leads and lags
Tests #617
2015-05-09 08:13:22 +02:00
Johannes Pfeifer 481c470ac9 Make sure non_linear_dsge_likelihood.m and dsge_var_likelihood.m return correct error codes if prior or likelihood are Inf or NaN
Closes #284
2015-05-09 08:03:55 +02:00
Stéphane Adjemian 3bcb89bd72 Merge pull request #893 from JohannesPfeifer/Fix_message
Fix crash in error message display of perfect_foresight_setup.m when mor...
2015-05-07 17:23:25 +02:00
Stéphane Adjemian (Hermes) f960e7bb68 Merged branch simpsa-inf-fix. 2015-05-07 16:01:43 +02:00
Stéphane Adjemian (Hermes) 6d0dfc2d3f Do not use hard coded value for the finite interval replacing unbounded intervals in simpsa and simulated annealing algorithms. 2015-05-07 15:59:46 +02:00
Stéphane Adjemian f26cec2430 Merge pull request #904 from JohannesPfeifer/mode_compute7_octave
Fix compatibility of mode_compute=7
2015-05-07 15:16:15 +02:00
Stéphane Adjemian de526eae57 Merge pull request #906 from JohannesPfeifer/table_display
Cosmetic fixes to the on-screen display of tables
2015-05-07 15:15:38 +02:00
Stéphane Adjemian f9f763878c Merge pull request #907 from JohannesPfeifer/optimizer_unit_tests
Deletes redundant mode_compute tests and moves others to optimizers dire...
2015-05-07 15:14:31 +02:00
Stéphane Adjemian efc5ec7002 Merge pull request #908 from JohannesPfeifer/optimizer_doc
Add documentation for new optimizers
2015-05-07 15:12:15 +02:00