Dynare's dates and dseries classes (slides)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Stéphane Adjemian 090f6f16a5
Updated the README file.
9 years ago
img Initial commit. 9 years ago
matlab Completed build system. 9 years ago
tex Completed build system. 9 years ago
.gitignore Completed build system. 9 years ago
Makefile Completed build system. 9 years ago
README.md Updated the README file. 9 years ago

README.md

Slides introducing the dates and dseries class in Dynare.

To build slides.pdf you need to create a file called ./local.mk where the paths to matlab and dynare are defined. A typical local.mk file will look like:

MATLAB = /usr/bin/matlab
DYNARE = /home/stepan/works/dynare/matlab

Once this is done you just need to type the following instruction:

$ make all