Commit Graph

6041 Commits (9bb102f68e8abb1f4cafc80213f13fd8f22ced0f)

Author SHA1 Message Date
Houtan Bastani 9bb102f68e doc: sbvar stub, ref #237 2013-06-25 16:28:54 +02:00
Stéphane Adjemian (Charybdis) f1464b13c6 Added explicit reference to the training sample in the description of the presample option of the estimation command. 2013-06-25 14:52:24 +02:00
Houtan Bastani d4891ba0b5 bug fix: matlab2tikz path 2013-06-25 12:27:44 +02:00
Houtan Bastani fcba382b48 test: use csv instead of mat file 2013-06-25 10:26:20 +02:00
Stéphane Adjemian (Charybdis) bb8fdce127 Fixed bug reported by Johannes (presample option was non active in nonlinear filters). 2013-06-25 09:45:34 +02:00
Houtan Bastani 4cef0a1568 test for reporting 2013-06-24 17:01:00 +02:00
Houtan Bastani 8c9a8657ef reporting: bug fix in echo for octave 2013-06-24 17:00:59 +02:00
Stéphane Adjemian (Charybdis) 51fc443e39 Fixed bug. 2013-06-24 15:40:39 +02:00
Stéphane Adjemian (Charybdis) f258ffbfbc Check the name of the data file in @dynSeries/save method (do not erase the original data file). 2013-06-24 15:40:39 +02:00
Stéphane Adjemian (Charybdis) 28f3ca1d07 Added overloaded disp and display methods for dynSeries objects. 2013-06-24 15:40:39 +02:00
Stéphane Adjemian (Charybdis) 51c4eb6cb3 Fixed bug. 2013-06-24 15:40:39 +02:00
Sébastien Villemot fa4ad71185 Under Debian/Octave, matlab2tikz.m is already in the path, so don't add it twice 2013-06-24 12:23:46 +02:00
Houtan Bastani bd90e73854 reporting: fix typo 2013-06-24 12:12:26 +02:00
Houtan Bastani 0b50587f9c matlab2tikz: linux: add directory for package installation; os x and windows add dynare/contrib/matlab2tikz if it exists; (only on os x) if it doesn't add package installation dir 2013-06-24 12:07:11 +02:00
Stéphane Adjemian (Charybdis) 55edb3c12e Stop the simplex algorithm (mode_compute=8) if improving too slowly. 2013-06-24 10:24:56 +02:00
Stéphane Adjemian (Charybdis) b26b651403 Added test on the reciprocical condition number of PredictedObservedVariance. 2013-06-24 10:24:55 +02:00
Stéphane Adjemian (Charybdis) fbec03fe1c Fixed bug related to the shape of the weights vector in paricle filter with pruning. 2013-06-24 10:24:55 +02:00
Stéphane Adjemian (Charybdis) 08feada8b0 Fixed bug. 2013-06-24 10:24:55 +02:00
Stéphane Adjemian (Charybdis) 120db8f1ea Cosmetic changes. 2013-06-24 10:24:55 +02:00
Sébastien Villemot 67d8754828 Merge pull request #428 from JohannesPfeifer/k_order_backward
Add check for purely backwards model to k_order_pert
2013-06-24 00:56:38 -07:00
Johannes Pfeifer 2eb43cf2f6 Add check for purely backwards model to k_order_pert
The k_order_solver does not solve purely backwards models (as is the case in stochastic_solvers.m). But in contrast to stochastic_solvers, there is no check and no warning. Entering the mex-file then results in a crash of Matlab
2013-06-23 12:24:06 +02:00
Sébastien Villemot 0eca453519 Merge pull request #427 from JohannesPfeifer/dynare_solve
Filter out cases where invalid starting value leads to NaN or Inf in Jac...
2013-06-21 03:09:09 -07:00
Johannes Pfeifer ab1cb25ed3 Filter out cases where invalid starting value leads to NaN or Inf in Jacobian.
Replaces cryptic message "Some element of Newton direction isn't finite. Jacobian maybe singular or there is a problem with initial values" with more expressive message.
2013-06-21 10:37:16 +02:00
Stéphane Adjemian (Charybdis) 33053a7303 Fixed bug. 2013-06-20 18:04:38 +02:00
Stéphane Adjemian (Charybdis) 340bcc2739 Added an option for setting the number of points where the posterior kernel is evaluated when using mode_check. Reorganized the options_ global structure wrt mode_check. 2013-06-20 17:19:44 +02:00
Stéphane Adjemian (Charybdis) ae4df964c8 Merge branch 'master' into particles-bug-fixes 2013-06-20 13:06:54 +02:00
Stéphane Adjemian (Charybdis) 24b0b22e4d Factorized code using ispd routine and fixed bugs in models with measurement errors. 2013-06-20 13:00:01 +02:00
Stéphane Adjemian (Charybdis) 268095276c Factorized code using ispd routine. 2013-06-20 12:59:01 +02:00
Stéphane Adjemian (Charybdis) 3701707e63 Rewrote ispd routine more efficiently using cholesky decomposition. 2013-06-20 12:57:53 +02:00
Stéphane Adjemian (Charybdis) 60cab18e78 Added new routine. 2013-06-20 12:56:53 +02:00
Stéphane Adjemian (Charybdis) 78a1607bc1 Fixed typo. 2013-06-20 11:55:33 +02:00
Stéphane Adjemian (Charybdis) 6dc7325c9f Fixed seed in non linear filters. 2013-06-20 11:49:10 +02:00
Stéphane Adjemian (Charybdis) ea920649bd Removed useless line. 2013-06-20 11:43:33 +02:00
Houtan Bastani 510907f21f build system: add Makefile.am to EXTRA_DIST 2013-06-19 18:20:27 +02:00
Houtan Bastani edb034d244 doc: update manual to reference README.md 2013-06-19 18:03:36 +02:00
Houtan Bastani f542fdcf8e Add readme.md for github home page 2013-06-19 17:52:25 +02:00
Stéphane Adjemian (Charybdis) 39ef86f118 Partially reverted commit 06237375db. 2013-06-18 22:30:49 +02:00
Stéphane Adjemian (Charybdis) 25fd2917f4 Fixed datafile (data_risky_perturb3 is not versioned). 2013-06-18 22:26:27 +02:00
Frédéric Karamé 1bbfd90498 Added online auxiliary filter as options_.mode_compute=10. 2013-06-18 16:18:55 +02:00
Frédéric Karamé 06237375db Added the possibility to set the number of points in mode_check for computing the transversal cuts. 2013-06-18 16:16:56 +02:00
Frédéric Karamé 8820c63f5e Bug fixes. 2013-06-18 16:15:16 +02:00
Houtan Bastani 5db18090f0 doc: fix typo 2013-06-18 05:51:52 +02:00
Stéphane Adjemian (Charybdis) ff48ac617d Reverted Ferhat's commit 23e583f95c0a5631c943c44f9116f20b91c0fb0a. The names of the dynSeries variables are stored in a column cell array. 2013-06-17 17:52:27 +02:00
Stéphane Adjemian (Charybdis) 59c8089214 Changed unitary test according to Ferhat's commit b5a167caf8830393094cb8e3ec8eed4c17d2e77e. 2013-06-17 17:52:27 +02:00
Stéphane Adjemian (Charybdis) 479034ae6d Partially reverted Ferhat's commit 16a73af066fb52cce1ecc98c5e434d7528db2e1f. 2013-06-17 17:52:27 +02:00
Stéphane Adjemian (Charybdis) 480704ff17 Cosmetic change. 2013-06-17 17:52:27 +02:00
Stéphane Adjemian (Charybdis) 7f53a992c0 Cosmetic change. 2013-06-17 17:52:27 +02:00
Stéphane Adjemian (Charybdis) 3a10b47a79 Reverted Ferhat's commit 895c8d5348c1a88b1ff130d4aead5d95be3e4f0b. 2013-06-17 17:52:27 +02:00
Stéphane Adjemian (Charybdis) 473ec84255 Added unitary tests. 2013-06-17 17:52:27 +02:00
Stéphane Adjemian (Charybdis) 00c5f4623a Added unit test. 2013-06-17 17:52:27 +02:00