Commit Graph

6917 Commits (8dcb36b9e2dd925b1142f1b24b89e0f178e767fc)

Author SHA1 Message Date
Stéphane Adjemian (Charybdis) ba31ac7ade Cosmetic fixes in section "dseries class". 2013-12-03 23:57:53 +01:00
Stéphane Adjemian (Charybdis) c20bacac60 Changed documented behaviour of @dseries/save method (do not document the default value of basename). 2013-12-03 23:57:53 +01:00
Stéphane Adjemian (Charybdis) 4fb3dc035f Cosmetic changes in section "dates class". 2013-12-03 23:57:53 +01:00
Stéphane Adjemian (Charybdis) 552cbe34ee Fixed typo. 2013-12-03 23:57:53 +01:00
Stéphane Adjemian (Charybdis) 4bcf081292 Added remark about dates in mod files and the $ escape parameter. 2013-12-03 23:57:53 +01:00
Stéphane Adjemian (Charybdis) c285bee21b Cosmetic (skipline). 2013-12-03 23:57:53 +01:00
Houtan Bastani 35b6c700cd ms-sbvar: submodule update, closes #438 2013-12-03 16:34:22 +01:00
Sébastien Villemot d9c3073fd9 Merge pull request #539 from JohannesPfeifer/stab_map_bivariate
Continue harmonizing figure titles in GSA
2013-12-03 06:50:51 -08:00
Johannes Pfeifer 323bfaf353 Document treatment of parameters in steady state files 2013-12-03 15:04:30 +01:00
Sébastien Villemot 771113f8b9 Merge pull request #548 from JohannesPfeifer/master
Clean up steady state file examples/NK_baseline_steadystate.m to make it...
2013-12-03 05:46:30 -08:00
Johannes Pfeifer c837bce030 Add example files to manuals and describe what they do 2013-12-03 14:42:13 +01:00
Johannes Pfeifer a0934d0c57 Add example3 that uses steady_state_model block to call fsolve 2013-12-03 14:41:38 +01:00
Johannes Pfeifer 1b5641575f Clean up steady state file examples/NK_baseline_steadystate.m to make it Dynare 4 compatible.
Also shows how to use file to impose restrictions using the check indicator
2013-12-03 14:41:07 +01:00
Houtan Bastani 75ac81c893 ms-sbvar: submodule update, #438 2013-12-03 14:07:16 +01:00
Sébastien Villemot ed7f17b06f Rewrite examples/fs2000.mod with a steady_state_model block. Improve the doc. 2013-12-03 13:04:39 +01:00
Johannes Pfeifer 51adbd8008 Update error message if SS-Anova Toolbox is missing 2013-12-03 11:45:29 +01:00
Johannes Pfeifer 3cb16af5e3 Continue harmonizing figure titles in GSA 2013-12-03 11:35:20 +01:00
Sébastien Villemot 7ada720e7b Bump version number 2013-12-02 17:55:10 +01:00
Sébastien Villemot 5031f9efc0 Cleanup more preprocessor-generated files at each run 2013-12-02 17:22:16 +01:00
Sébastien Villemot 3d525c39f2 Fix block/bytecode tests under Octave 2013-12-02 17:22:16 +01:00
Sébastien Villemot cf6f5915e0 Fix bug with DSGE-VAR introduced in f7cdc39f 2013-12-02 17:22:16 +01:00
Houtan Bastani 22949820be bug fix: close unclosed file id, #438 2013-12-02 12:34:09 +01:00
Sébastien Villemot d8d0f2b8cc Revert cosmetic change of 4fa2d5b 2013-11-29 23:09:51 +01:00
Stéphane Adjemian (Scylla) dc3bcb47bf Cosmetic (removed commented line of code). 2013-11-29 19:06:26 +01:00
Stéphane Adjemian (Scylla) a6a10055da Fixed bug (problem with dates selection in @dseries::subsref). 2013-11-29 19:02:40 +01:00
Stéphane Adjemian (Scylla) e1bff2c885 Adapted unitary tests for octave. 2013-11-29 19:02:40 +01:00
Stéphane Adjemian (Scylla) 59f1967347 Adapted unitary test for octave. 2013-11-29 19:02:40 +01:00
Stéphane Adjemian (Scylla) 67d71a628b Fixed bug (isscalar does not assume that the input is numeric). 2013-11-29 19:02:40 +01:00
Stéphane Adjemian (Scylla) e615f00bec Fixed bug in unitary test (due to a change of behaviour introduced last week by Houtan). 2013-11-29 19:02:40 +01:00
Stéphane Adjemian (Scylla) ee506c4ebe Added new routine to test if a global variable exist in the base workspace. 2013-11-29 19:02:40 +01:00
Stéphane Adjemian (Scylla) 4f71d74512 Bug fix (wrong handle). 2013-11-29 19:02:40 +01:00
Stéphane Adjemian (Scylla) 121aa5038c Bug fix. Input must be numeric in the first place. 2013-11-29 19:02:40 +01:00
Stéphane Adjemian (Scylla) 0419aa00e2 Cosmetic change (use isdates routine). 2013-11-29 19:02:40 +01:00
Stéphane Adjemian (Scylla) 8eb45edb92 Fix for Octave (need to add extension of the m script). 2013-11-29 19:02:40 +01:00
Sébastien Villemot c1c656f4d9 Fix config of warnings in @dseries/cumsum tests 2013-11-29 17:16:17 +01:00
Sébastien Villemot 330dca7d36 Forbid the use of trend variables in expressions outside the model block 2013-11-29 16:29:25 +01:00
Sébastien Villemot 839ae22b1f Add a warning when some exogenous are not used in the model 2013-11-29 16:03:45 +01:00
Sébastien Villemot ed2f6d62c1 Refactor code for collecting variables appearing in expressions
- rename ExprNode::collectVariables in ExprNode::collectDynamicVariables
- new ExprNode::collectVariables: same as above, but without lag information
- remove ExprNode::findUnusedEndogenous: essentially redundant with the above)
- remove ExprNode::collectModelLocalVariables: idem
2013-11-29 15:37:11 +01:00
Sébastien Villemot f7cdc39ff2 Refuse that estimated parameters appear in the expressions defining the variance/covariance matrix of shocks
Closes #469
2013-11-29 14:51:17 +01:00
Stéphane Adjemian (Scylla) 45c117fbff Fixed bug in Matlab unitary tests. Wrong dimension for returned infor variable (missing column for execution time). 2013-11-29 11:46:07 +01:00
Stéphane Adjemian (Scylla) 6e8bd16cf6 Do not define LOG if Matlab unitary tests are run from Octave. 2013-11-29 11:46:07 +01:00
Stéphane Adjemian 1deb04771a Merge pull request #547 from JohannesPfeifer/fix_typo_tex
Correct name of output folder in writing TeX-Code
2013-11-29 01:53:33 -08:00
Johannes Pfeifer ec9c32d2b7 Correct name of output folder in writing TeX-Code 2013-11-29 10:25:25 +01:00
Sébastien Villemot d212197ecb Fix incorrect usage of @xref 2013-11-28 16:25:40 +01:00
Sébastien Villemot d3175b75a9 Add newline at the end of CSV files.
csv2cell from octave-io package has a bug (in versions < 1.2.2): it enters an
infinite loop when reading CSV files without a newline at the end.
2013-11-28 16:25:40 +01:00
Stéphane Adjemian (Scylla) 01f2dd2ab1 Changed the paths to Dynare's prior and post processing hooks. 2013-11-28 15:21:52 +01:00
Stéphane Adjemian (Scylla) 1ff556ada2 Give more informations if the mod file is not found in the current directory. 2013-11-28 14:49:42 +01:00
Stéphane Adjemian (Scylla) baa596f9be Give more details if the mod file is not found in the current directory. 2013-11-28 11:07:14 +01:00
Stéphane Adjemian (Scylla) 4fa2d5b8e9 Added comments and cosmetics. 2013-11-28 10:57:54 +01:00
Stéphane Adjemian (Scylla) be4a53e4fa Same as commit #ee91c7654ff753728850e68366c60fe1be33ebb3 for estimation. 2013-11-28 10:54:15 +01:00