Dynare++: further updates to tutorial (date, instructions for running dynare_simul.m)

time-shift
Sébastien Villemot 2011-01-24 17:55:13 -05:00
parent afeaf1ead0
commit e0c0f2362b
1 changed files with 8 additions and 5 deletions

View File

@ -10,7 +10,7 @@
\author{Ondra Kamen\'\i k} \author{Ondra Kamen\'\i k}
\date{Jan 2009 (describes v. 1.3.7)} \date{January 2011}
\maketitle \maketitle
\tableofcontents \tableofcontents
@ -18,13 +18,16 @@
\section{Setup} \section{Setup}
The Dynare++ setup procedure is pretty straightforward as Dynare++ is included in the Dynare installation The Dynare++ setup procedure is pretty straightforward as Dynare++ is included in the Dynare installation
packages which can be downloaded from http://www.dynare.org. Take the following steps: packages which can be downloaded from \url{http://www.dynare.org}. Take the following steps:
\begin{enumerate} \begin{enumerate}
\item Add the {\tt dynare++} subdirectory of the root Dynare installation directory to the your \item Add the {\tt dynare++} subdirectory of the root Dynare installation directory to the your
operating system path. This ensures that your OS will find the {\tt dynare++} executable. operating system path. This ensures that your OS will find the {\tt dynare++} executable.
\item If you have Matlab and want to run custom simulations (see \item If you have MATLAB and want to run custom simulations (see \ref{custom}),
\ref{custom}), then set the Matlab path to the path from the then you need to add to your MATLAB path the {\tt dynare++} subdirectory of
previous step. the root Dynare installation directory, and also directory containing the
\texttt{dynare\_simul\_} MEX file (note the trailing underscore). The easiest
way to add the latter is to run Dynare once in your MATLAB session (even
without giving it any MOD file).
\end{enumerate} \end{enumerate}
\section{Sample Session} \section{Sample Session}