Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
preprocessor
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Normann Rion
preprocessor
Commits
395d2146
Commit
395d2146
authored
13 years ago
by
Sébastien Villemot
Browse files
Options
Downloads
Patches
Plain Diff
Macroprocessor slides update
parent
a0de7395
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
macroprocessor.tex
+18
-23
18 additions, 23 deletions
macroprocessor.tex
with
18 additions
and
23 deletions
macroprocessor.tex
+
18
−
23
View file @
395d2146
...
@@ -18,7 +18,7 @@
...
@@ -18,7 +18,7 @@
\title
{
The Dynare Macro-processor
}
\title
{
The Dynare Macro-processor
}
\author
{
Sébastien Villemot
}
\author
{
Sébastien Villemot
}
\institute
{
CEPREMAP
}
\institute
{
CEPREMAP
}
\date
{
June 2
9
, 201
0
}
\date
{
June 2
0
, 201
1
}
\AtBeginSection
[]
\AtBeginSection
[]
{
{
...
@@ -75,12 +75,12 @@
...
@@ -75,12 +75,12 @@
\end{frame}
\end{frame}
\begin{frame}
\begin{frame}
\frametitle
{
Old
Dynare design
}
\frametitle
{
Old
er design of Dynare (version 3)
}
\includegraphics
[width=0.95\linewidth]
{
old-design.pdf
}
\includegraphics
[width=0.95\linewidth]
{
old-design.pdf
}
\end{frame}
\end{frame}
\begin{frame}
\begin{frame}
\frametitle
{
New Dynare design
}
\frametitle
{
Current design of Dynare (version 4)
}
\includegraphics
[width=0.95\linewidth]
{
new-design.pdf
}
\includegraphics
[width=0.95\linewidth]
{
new-design.pdf
}
\end{frame}
\end{frame}
...
@@ -554,19 +554,19 @@ rhos = [ 0.8, 0.9, 1];
...
@@ -554,19 +554,19 @@ rhos = [ 0.8, 0.9, 1];
\end{itemize}
\end{itemize}
\end{frame}
\end{frame}
\section
{
Conclusion
}
% \begin{frame}[fragile=singleslide]
% \frametitle{Possible future developments}
% \begin{itemize}
% \item Find a nicer syntax for indexed sums/products
% \item Implement other control structures: \texttt{elsif}, \texttt{switch/case}, \texttt{while/until} loops
% \item Implement macro-functions (or templates), with a syntax like:
% \small
% \verb+@#define QUADRATIC_COST(x, x_ss, phi) = phi/2*(x/x_ss-1)^2+
% \normalsize
% \end{itemize}
% \end{frame}
\begin{frame}
[fragile=singleslide]
\section
{
Dynare for Octave
}
\frametitle
{
Possible future developments
}
\begin{itemize}
\item
Find a nicer syntax for indexed sums/products
\item
Implement other control structures:
\texttt
{
elsif
}
,
\texttt
{
switch/case
}
,
\texttt
{
while/until
}
loops
\item
Implement macro-functions (or templates), with a syntax like:
\small
\verb
+
@#define QUADRATIC_COST(x, x_ss, phi) = phi/2*(x/x_ss-1)^2
+
\normalsize
\end{itemize}
\end{frame}
\begin{frame}
\begin{frame}
\frametitle
{
Dynare for Octave (1/2)
}
\frametitle
{
Dynare for Octave (1/2)
}
...
@@ -583,8 +583,8 @@ rhos = [ 0.8, 0.9, 1];
...
@@ -583,8 +583,8 @@ rhos = [ 0.8, 0.9, 1];
\item
Inconvenients:
\item
Inconvenients:
\begin{itemize}
\begin{itemize}
\item
slower than MATLAB
\item
slower than MATLAB
\item
less user friendly (however note that there is a graphical
user
\item
less user friendly (however note that there is a graphical
fronted
interface to Octave called ``qto
ctave
''
)
called ``qtoctave'' that can be installed on top of O
ctave)
\end{itemize}
\end{itemize}
\end{itemize}
\end{itemize}
\end{frame}
\end{frame}
...
@@ -594,12 +594,7 @@ rhos = [ 0.8, 0.9, 1];
...
@@ -594,12 +594,7 @@ rhos = [ 0.8, 0.9, 1];
\begin{itemize}
\begin{itemize}
\item
Since version 4.0, Dynare works on top of Octave
\item
Since version 4.0, Dynare works on top of Octave
\item
This makes Dynare 100
\%
free software
\item
This makes Dynare 100
\%
free software
\item
All features of Dynare work with Octave, except:
\item
Almost all features of Dynare work with Octave (very few exceptions)
\begin{itemize}
\item
loading of Excel files for estimation
\item
diffuse Kalman filter (used in models with unit roots)
\item
some graphics automatically generated look bad, it may be necessary to recreate them manually
\end{itemize}
\item
For more information:
\\
\item
For more information:
\\
\url
{
http://www.dynare.org/DynareWiki/DynareOctave
}
\url
{
http://www.dynare.org/DynareWiki/DynareOctave
}
\end{itemize}
\end{itemize}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment