dynare/matlab/reporting
Houtan Bastani 30689dd1c8 remove unnecessary semicolons 2019-09-02 17:45:12 +02:00
..
macros Account for M_.{endo_names,exo_names} changed types. 2018-01-09 21:23:17 +01:00
src remove unnecessary semicolons 2019-09-02 17:45:12 +02:00
test add `directory` option to report class 2019-09-02 17:37:23 +02:00
.gitignore update .gitignore 2019-08-29 17:45:02 +02:00
.gitlab-ci.yml convert to classdef. closes #10 closes #9 2019-08-29 17:42:20 +02:00
LICENSE.md Remove extra license files (keep only LICENSE.md as other Dynare submodules). 2017-06-28 14:38:35 +02:00
Makefile convert to classdef. closes #10 closes #9 2019-08-29 17:42:20 +02:00
README.md update readme 2019-08-09 13:58:44 -04:00

README.md

Dynare Reporting

Originally designed to provide reporting functionality for Dynare, it has been moved to its own repository in the hopes that it can be used without obliging the user to download Dynare in its entirety.

License

Dynare Reporting is covered by the GNU General Public Licence version 3 or later (see LICENSE.md in the Dynare Reporting distribution for specifics).

Obtain the code that Dynare Reporting depends on

Dynare reporting depends on the Dynare dseries repository and on utility functions from the dynare repository, located in dynare/matlab/utilities/general

Use the Dynare Reporting code

  • Open Matlab/Octave
  • Change into the reporting directory
  • Ensure that the dseries directory is in your path and initialized correctly (follow the directions on the repository site)
  • Add <<dynare>>/matlab/utilities/general to your path where <<dynare>> refers to the base of your Dynare installation
  • Run initialize_reporting_toolbox
  • Use the reporting code as outlined in the Dynare documentation

Run the example code

  • Follow the steps above
  • Change into the reporting/test directory
  • Modify the paths in reporting/test/runtest.m appropriately
  • Run the runtest matlab script