Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
dynare
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
Container registry
Model registry
Operate
Environments
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
Camilo Marchesini
dynare
Commits
f8f2c5d8
Commit
f8f2c5d8
authored
12 years ago
by
Sébastien Villemot
Browse files
Options
Downloads
Patches
Plain Diff
Rename simul.mod and steady.mod to avoid name clashes with Dynare internals
parent
a23b497a
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/macroprocessor/macroprocessor.tex
+4
-4
4 additions, 4 deletions
doc/macroprocessor/macroprocessor.tex
with
4 additions
and
4 deletions
doc/macroprocessor/macroprocessor.tex
+
4
−
4
View file @
f8f2c5d8
...
...
@@ -350,10 +350,10 @@ end;
\item
Example setup:
\begin{description}
\item
[\texttt{modeldesc.mod}:]
contains variable declarations, model equations and shocks declarations
\item
[\texttt{simul.mod}:]
includes
\texttt
{
modeldesc.mod
}
, calibrates parameters and runs stochastic simulations
\item
[\texttt{simul
ate
.mod}:]
includes
\texttt
{
modeldesc.mod
}
, calibrates parameters and runs stochastic simulations
\item
[\texttt{estim.mod}:]
includes
\texttt
{
modeldesc.mod
}
, declares priors on parameters and runs bayesian estimation
\end{description}
\item
Dynare can be called on
\texttt
{
simul.mod
}
and
\texttt
{
estim.mod
}
\item
Dynare can be called on
\texttt
{
simul
ate
.mod
}
and
\texttt
{
estim.mod
}
\item
But it makes no sense to run it on
\texttt
{
modeldesc.mod
}
\item
Advantage: no need to manually copy/paste the whole model (at the beginning) or changes to the model (during development)
\end{itemize}
...
...
@@ -491,7 +491,7 @@ end;
\frametitle
{
Endogeneizing parameters (4/4)
}
\framesubtitle
{
Example implementation
}
\begin{itemize}
\item
File
\texttt
{
steady.mod
}
:
\item
File
\texttt
{
steady
state
.mod
}
:
\begin{itemize}
\item
begins with
\verb
+
@#define steady = 1
+
\item
then with
\verb
+
@#include "modeqs.mod"
+
...
...
@@ -499,7 +499,7 @@ end;
\item
computes steady state (using guess values for endogenous, including
\texttt
{
alpha
}
)
\item
saves values of parameters and endogenous at steady-state in a file, using the
\texttt
{
save
\_
params
\_
and
\_
steady
\_
state
}
command
\end{itemize}
\item
File
\texttt
{
simul.mod
}
:
\item
File
\texttt
{
simul
ate
.mod
}
:
\begin{itemize}
\item
begins with
\verb
+
@#define steady = 0
+
\item
then with
\verb
+
@#include "modeqs.mod"
+
...
...
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