Commit Graph

12860 Commits (999cb1560172ef17fd7c77d41235b666a2de6cba)

Author SHA1 Message Date
Sébastien Villemot 999cb15601 Merge branch 'enterprise' into 'enterprise'
Fix olsgibbs residual output.

See merge request Enterprise/dynare!8
2019-12-03 11:04:54 +00:00
Dóra Kocsis 58feb6496b Fix olsgibbs residual output. 2019-12-03 10:50:11 +01:00
Sébastien Villemot 7f9ba036b7 Merge branch 'enterprise' into 'enterprise'
Add residuals to olsgibbs function output.

See merge request Enterprise/dynare!7
2019-12-02 17:09:31 +00:00
Dóra Kocsis 93d254ef9d Add residuals to olsgibbs function output. 2019-12-02 16:22:11 +01:00
Houtan Bastani 0087eaab93
`precision` was not an accurate variable name; `field_width` is better 2019-12-02 15:34:06 +01:00
Houtan Bastani 196266cbe4
give more space to columns printed by dyn_table 2019-12-02 15:32:38 +01:00
Sébastien Villemot 85767cfb19 Merge branch 'enterprise' into 'enterprise'
introduce dynare options `exclude_eqs` and `include_eqs`

See merge request Enterprise/dynare!6
2019-11-27 16:45:08 +00:00
Houtan Bastani b126d79918
introduce dynare options `exclude_eqs` and `include_eqs` 2019-11-27 15:53:14 +01:00
Stéphane Adjemian (Charybdis) d740af10f3 PAC/nls save lhs and fitted variables. 2019-11-25 17:29:45 +01:00
Stéphane Adjemian (Charybdis) 031456655c Cosmetic changes. 2019-11-25 17:28:56 +01:00
Stéphane Adjemian (Charybdis) 7e7f57d7d1 Encoding fixes. 2019-11-25 11:48:09 +01:00
Dóra Kocsis 75a929051f Update sur and surgibbs function outputs. 2019-11-22 10:59:01 +01:00
Houtan Bastani 7b1c61f63c
allow `sur` to be run from the Matlab prompt 2019-11-21 20:12:13 +01:00
Stéphane Adjemian (Charybdis) 13cadd8e02 Do not use concatenation for populating database with fitted values. 2019-11-19 12:08:09 +01:00
Sébastien Villemot 849aff9ea7 Merge branch 'enterprise' into 'enterprise'
Add routine printing equations where a searched variable appears in.

See merge request Enterprise/dynare!4
2019-11-08 17:45:49 +00:00
Dóra Kocsis b4cd1c0f57 Add routine printing equations where a searched variable appears in. 2019-11-08 17:33:27 +01:00
Houtan Bastani 5c84f99d5f
Merge remote-tracking branch 'community/master' into enterprise 2019-11-06 15:25:37 -05:00
Houtan Bastani 0f61c5de7d
add new features to reporting
* split up report output, creating new files for the preamble, the body of the report, and each individual page of the report.
* allow the user to set the page number
* allow for the removal of headers and footers from a given page
2019-11-06 13:50:21 -05:00
Stéphane Adjemian (Charybdis) 3746d6254a Cosmetic change. Removed warning backtrace. 2019-11-02 17:48:06 +01:00
Stéphane Adjemian (Charybdis) 2eb793a1f9 Added routine returning the equation tag of a PAC equation.
This routine is to be used to programatically search results under
oo_.pac.

For instance, if one wants to display the R² associated to the
estimation of the PAC equation named `zpac`, where the PAC model name
is `pacman`:

oo_.pac.pacman.equations.(geteqtag('zpac', 'pacman', M_)).R2
2019-10-28 17:58:12 +01:00
Stéphane Adjemian (Charybdis) fce51c6cc4 Added R² to PAC NLS estimator. 2019-10-28 16:35:45 +01:00
Stéphane Adjemian (Charybdis) 6a959c4629 Put estimated residuals in a dseries object. 2019-10-28 16:34:56 +01:00
Houtan Bastani 294379265d
Merge remote-tracking branch 'community/master' into enterprise 2019-10-25 17:35:20 +02:00
Houtan Bastani c978b86a72
reporting: make horizontal line extend the width of the page 2019-10-25 17:31:46 +02:00
Houtan Bastani 36b83ad079
Merge remote-tracking branch 'community/master' into enterprise 2019-10-24 12:07:07 +02:00
Houtan Bastani 5f2d60f945
fix reporting bugs with addData 2019-10-24 12:03:33 +02:00
Houtan Bastani be3c48604b
change name of mex folder in macOS to conform with Dynare minimum 2019-10-23 18:59:36 +02:00
Houtan Bastani 908523dbb8
fix bug that caused reporting not to work in MATLAB < R2012a 2019-10-23 17:37:31 +02:00
Sébastien Villemot 645ebda638
Merge remote-tracking branch 'community/master' into enterprise 2019-10-23 16:48:01 +02:00
Sébastien Villemot 56e7144b91
Merge remote-tracking branch 'community/master' into enterprise 2019-10-23 16:30:29 +02:00
Stéphane Adjemian (Charybdis) 7c112f939a Updated dseries submodule (bug fix). 2019-10-23 15:49:11 +02:00
Houtan Bastani ac689b83ee
fix bug in reporting on Windows where `filesep`t results in a tab character 2019-10-23 15:11:43 +02:00
Sébastien Villemot e315a68fc2
Preprocessor: fix bug with diff or unary ops that have same static representation 2019-10-22 16:11:32 +02:00
Sébastien Villemot 8cb6aeb7ed
Windows package: upgrade Boost and GCC dependencies 2019-10-17 16:26:27 +02:00
Houtan Bastani 0bdb04bac8
macOS snapshot: statically link to `libmatio` and dependencies, `gsl`, and `gcc` libraries
* The macOS snapshot until this point did not work unless the user had already installed `libmatio`, `gsl`, and `gcc` via Homebrew.
* We are not modifying `m4/ax_matio.m4` as we want to still be able to compile against shared libraries in development
2019-10-17 15:29:34 +02:00
Sébastien Villemot 39ef80e399
Preprocessor: create set_auxiliary_series routine in use_dll, block/bytecode and julia modes 2019-10-17 15:05:24 +02:00
Stéphane Adjemian (Charybdis) 701e6da602 Updated reference manual according to 682b08a. 2019-10-16 21:37:36 +02:00
Stéphane Adjemian (Charybdis) 682b08a98f Updated dseries submodule. 2019-10-16 21:35:33 +02:00
Stéphane Adjemian (Charybdis) 1211d4c01e Updated dseries submodule (changed merge behaviour). 2019-10-16 20:58:49 +02:00
Sébastien Villemot e54f06cfcb
CI: inject computed version number in preprocessor and doc 2019-10-15 12:03:32 +02:00
Sébastien Villemot 2544d2197f
CI: add job for creating stable releases using tags
[skip ci]
2019-10-15 11:40:23 +02:00
Sébastien Villemot 76cf92578b
Manual: document silent installation on Windows
Closes #1478
2019-10-14 12:05:15 +02:00
Sébastien Villemot 0c6ad30b7b
Manual: update installation procedure for GNU/Linux
In particular, mention the Linux Mint and Arch Linux packages.
2019-10-14 12:05:14 +02:00
Sébastien Villemot 7f4477b141 Merge branch 'enterprise' into 'enterprise'
Adjust result output for NLS and Iterative OLS.

See merge request Enterprise/dynare!3
2019-10-10 09:58:26 +00:00
Dóra Kocsis 3648ccb8ff Adjust result output for NLS and Iterative OLS. 2019-10-10 10:10:23 +02:00
Houtan Bastani 43c73a74c8
test for matlab namespace function in steady_state_model block. closes #1639 2019-10-09 16:39:33 +02:00
Houtan Bastani cd83a7790e
add .m files from 4a1b5eccb2 to EXTRA_DIST
[skip ci]
2019-10-09 16:35:32 +02:00
Houtan Bastani 4a1b5eccb2
Support MATLAB namespaces in function calls #1639
shorten test names because adding `_namespace` made some .mod file names too long
2019-10-09 16:22:32 +02:00
Houtan Bastani 8b86f8a25b
ignore unused output variable 2019-10-09 14:53:33 +02:00
Sébastien Villemot 3434ec2f9b
NLS estimation of PAC: fmincon now available under Octave 2019-10-09 12:32:26 +02:00