Skip to content

Matlab/Octave class for creating reports in Dynare

License

Notifications You must be signed in to change notification settings

houtanb/reporting

 
 

Repository files navigation

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 dates and dseries repositories 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 dates and dseries directories are in your path and initialized correctly (follow the directions on the respective sites)
  • 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

About

Matlab/Octave class for creating reports in Dynare

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • MATLAB 99.8%
  • Other 0.2%