Commit Graph

4038 Commits (6079cf029dee23ffdbfdf088d932da19c21afe70)

Author SHA1 Message Date
Stéphane Adjemian (Charybdis) 3545be0226 Added particle subfolder. 2011-09-05 18:57:42 +02:00
Stéphane Adjemian (Charybdis) a2b1ce977f Added documentation 2011-09-05 18:57:42 +02:00
Stéphane Adjemian (Charybdis) d0fe3c8ae4 New version of the overloaded subsref method (with tests). Still need to be documented. 2011-09-05 18:57:42 +02:00
Stéphane Adjemian (Charybdis) 2c8b71ae05 Fixed bug. The initial date, when not specified by the user, had wrong format. 2011-09-05 18:57:42 +02:00
Stéphane Adjemian (Charybdis) ff98f65cf6 Changed the name of the third output (conflict with the neperian logarithm function). 2011-09-05 18:57:42 +02:00
Stéphane Adjemian (Charybdis) 8982d49539 Removed subsasgn.m.old 2011-09-05 18:57:42 +02:00
Stéphane Adjemian (Charybdis) 31c6f1c998 Allow horizontal concatenation of an arbitrary number of dynSeries objects. 2011-09-05 18:57:42 +02:00
Stéphane Adjemian (Charybdis) 237744fe7e Added dynare class for time series. 2011-09-05 18:57:42 +02:00
Stéphane Adjemian (Charybdis) 467c60c51e Removed trailing spaces. 2011-09-05 18:57:42 +02:00
Stéphane Adjemian (Charybdis) 85e0ca379a Cosmetic change. 2011-09-05 18:57:42 +02:00
Stéphane Adjemian (Charybdis) e905ff77c0 Added two new modes for displaying documentation or testing matlab/octave routines.
Examples:

dynare --doc <NAME_OF_A_MATLAB_ROUTINE> will display internal documentation of the routine.

dynare --test <NAME_OF_MATLAB_ROUTINE> ... will test the routine(s)

Note that for displaying the internal documentation texinfo must be installed on the system,
because dynare calls makeinfo with --plaintext option.
2011-09-05 18:57:42 +02:00
Stéphane Adjemian (Charybdis) fe59061e91 Added routine for tests. 2011-09-05 18:57:42 +02:00
Stéphane Adjemian (Charybdis) 5efcf7527d Added matlab/utilities/tests subfolder. 2011-09-05 18:57:42 +02:00
Stéphane Adjemian (Charybdis) b9c35234e1 Cosmetic change. 2011-09-05 18:57:42 +02:00
Stéphane Adjemian (Charybdis) 948594c35f Changed path according to last change in 9ccd794b637309e6f0548228b513689d8543f5c2. 2011-09-05 18:57:41 +02:00
Stéphane Adjemian (Charybdis) 4323653f08 Moved doc subfolder into utilities. 2011-09-05 18:57:41 +02:00
Stéphane Adjemian (Charybdis) 8c49e99ee8 Added internal documentation. 2011-09-05 18:57:41 +02:00
Stéphane Adjemian (Charybdis) 316e16edc2 Changed path for internal documentation routines. Added verbose option (default is verbose==1). 2011-09-05 18:57:41 +02:00
Stéphane Adjemian (Charybdis) 8c4e24769b Moved some of the routines for internal documentation. 2011-09-05 18:57:41 +02:00
Stéphane Adjemian (Charybdis) 9b00852e25 Added routines for generating internal documentation. 2011-09-05 18:57:41 +02:00
Stéphane Adjemian (Charybdis) 0c61ddc63a Changed name of the test function for matlab's routines. 2011-09-05 18:57:41 +02:00
Sébastien Villemot 8345de43b0 Document oo_.gamma_y, improve description of oo_.autocorr 2011-09-05 15:16:05 +02:00
Sébastien Villemot 555c519474 Fix typo in header 2011-09-05 15:16:05 +02:00
Stéphane Adjemian (Charybdis) 77311614e2 Fixed typo. 2011-09-05 12:24:27 +02:00
Michel Juillard 044d19c5d2 fixed bug in detection of near 0/0 eigenvalues 2011-09-04 14:59:48 +02:00
Sébastien Villemot d91c4ac1a9 Merge remote-tracking branch 'ratto/master' 2011-09-01 17:03:52 +02:00
Michel Juillard 3c0ebb4cc5 added error for near 0/0 on diagonal of Real Generalized Schur decomposition (info=7) and corrected error in test for singular w1 submatrix, introduced in Sept. 2010. 2011-09-01 11:37:40 +02:00
Marco Ratto e3485e8929 Changes around normalizing Jacobians:
-) never use normalization for SVD and brute force covariance checks;
-) Jacobians are normalized for checking the rank condition: this should allow for more uniformity in results across models.
2011-09-01 11:18:24 +02:00
Marco Ratto 884ecb6d6c Fine tuning of checks of the rank condition 2011-09-01 11:16:42 +02:00
Houtan Bastani 5f3290f7a4 bugfix: sign operator for compiled static file 2011-08-30 16:12:00 +02:00
Houtan Bastani cf7d1723f4 update gitignore 2011-08-30 16:12:00 +02:00
Houtan Bastani d7c06ead1e ms-sbvar bugfix: replace shocks with shocks_per_parameter 2011-08-30 16:12:00 +02:00
Houtan Bastani d22b86c2d8 clarify error message 2011-08-30 16:11:59 +02:00
Stéphane Adjemian (Charybdis) 49b286957e Removed trailing whitespaces. 2011-08-30 16:07:02 +02:00
Stéphane Adjemian (Charybdis) 893d2ca2b2 Added comments on plot_conditional_forecast command. 2011-08-30 16:05:15 +02:00
Sébastien Villemot df0edeecf0 Theoretical moments: handle nicely the case where all variables are either constant or non stationary 2011-08-29 17:35:35 +02:00
Marco Ratto 1f4ea5aaa5 Small bug fixes:
thanks to Jesper Linde and Malin Adolfson
2011-08-23 23:20:48 +02:00
Sébastien Villemot c5ecad8c2e Ref. manual: add a description of oo_.conditional_variance_decomposition 2011-08-23 17:57:50 +02:00
Sébastien Villemot 2914739b6b User guide: update last changed date 2011-08-23 17:06:32 +02:00
Sébastien Villemot bc8f960bbf User guide: fix non stationary example (use diffuse_filter option instead of unit_root_vars) 2011-08-23 17:06:32 +02:00
Sébastien Villemot 19a994afda User guide: increase the prior variance of 2 params for working around Octave bug (see ticket #161) 2011-08-23 17:06:32 +02:00
Sébastien Villemot 79284070ae User guide: synchronise RBC_Est.mod with the text 2011-08-23 17:06:32 +02:00
Sébastien Villemot e4a590e626 User guide: fix error in estimation MOD file (only in the text, not in the accompanying files); with steady/check, it fails because paremeters are not initialized 2011-08-23 17:06:32 +02:00
Sébastien Villemot 62e32a37cb User guide: revert to mode_compute=4 in example (closes #121) 2011-08-23 17:06:32 +02:00
Sébastien Villemot 555c85a3b9 User guide: reflect the fact that "simul_seed" option has been removed 2011-08-23 17:06:32 +02:00
Sébastien Villemot 59dd307ed9 User guide: remove useless file 2011-08-23 17:06:32 +02:00
Houtan Bastani 4674d3a982 ms-sbvar: change error_bands option to no_error_bands as the default is on 2011-08-23 13:43:24 +02:00
Houtan Bastani 06f363da5b ms-sbvar bugfix: support median option 2011-08-23 13:43:24 +02:00
Houtan Bastani 6ef0f0c94d ms-sbvar bugfix: remove option shocks as it is not used 2011-08-23 13:43:24 +02:00
Houtan Bastani 383b12df0e ms-sbvar bugfix: change the way options are passed to irf, forecast and variance decomposition mex functions 2011-08-23 13:43:24 +02:00