dynare/matlab/reporting/README.md

39 lines
1.4 KiB
Markdown
Raw Normal View History

2015-02-24 16:32:29 +01:00
# Dynare Reporting
Originally designed to provide reporting functionality for
2019-08-09 19:58:44 +02:00
[Dynare](https://www.dynare.org), 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.
2015-02-24 16:32:29 +01:00
# License
2019-08-09 19:58:44 +02:00
Dynare Reporting is covered by the GNU General Public Licence version 3 or
later (see [LICENSE.md](LICENSE.md) in the Dynare Reporting distribution for
2015-02-24 16:32:29 +01:00
specifics).
# Obtain the code that Dynare Reporting depends on
Dynare ```reporting``` depends on the Dynare
2019-08-09 19:58:44 +02:00
[```dseries```](https://git.dynare.org/Dynare/dseries) repository and on
2018-09-10 12:20:46 +02:00
utility functions from the [```dynare```](https://git.dynare.org/Dynare/dynare)
2017-03-17 18:11:37 +01:00
repository, located in ```dynare/matlab/utilities/general```
2015-02-24 16:32:29 +01:00
# Use the Dynare Reporting code
2019-10-02 13:47:40 +02:00
- Open MATLAB/Octave
2015-02-24 16:32:29 +01:00
- Change into the ```reporting``` directory
2019-08-09 19:58:44 +02:00
- Ensure that the [```dseries```](https://git.dynare.org/Dynare/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
2015-02-24 16:32:29 +01:00
- Run ```initialize_reporting_toolbox```
- Use the reporting code as outlined in the Dynare documentation
# Run the example code
- Follow the steps above
2017-03-17 18:11:37 +01:00
- Change into the ```reporting/test``` directory
- Modify the paths in ```reporting/test/runtest.m``` appropriately
- Run the ```runtest``` matlab script