dynare/matlab/reporting
Sébastien Villemot 62ff3f3194 CI: bump to MATLAB R2022a 2022-03-24 17:21:26 +01:00
..
macros Use secure URL for link to GNU licenses 2021-06-09 17:15:17 +02:00
src Make method report_series/getRange.m public 2021-09-28 18:19:04 +02:00
test Use secure URL for link to GNU licenses 2021-06-09 17:15:17 +02:00
.gitignore Create TOC 2019-11-29 11:12:30 +01:00
.gitlab-ci.yml CI: bump to MATLAB R2022a 2022-03-24 17:21:26 +01:00
LICENSE.md Use secure URL for link to GNU licenses 2021-06-09 17:15:17 +02:00
Makefile CI: use variables for chosing MATLAB and Octave versions 2020-12-17 16:32:52 +01:00
README.md capitalize MATLAB 2019-10-02 13:47:59 +02: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