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
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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Stéphane Adjemian
dynare
Commits
284df204
Commit
284df204
authored
Mar 15, 2017
by
Stéphane Adjemian
Browse files
Options
Downloads
Patches
Plain Diff
Closes #1403.
parent
d0ab9027
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
examples/fs2000.mod
+10
-6
10 additions, 6 deletions
examples/fs2000.mod
with
10 additions
and
6 deletions
examples/fs2000.mod
+
10
−
6
View file @
284df204
...
@@ -6,22 +6,26 @@
...
@@ -6,22 +6,26 @@
* The data are in file "fsdat_simul.m", and have been artificially generated.
* The data are in file "fsdat_simul.m", and have been artificially generated.
* They are therefore different from the original dataset used by Schorfheide.
* They are therefore different from the original dataset used by Schorfheide.
*
*
* The prior distribution follows the one originally specified in Schorfheide's paper.
* The prior distribution follows the one originally specified in Schorfheide's
* Note that the beta prior for rho implies an asymptote and corresponding prior mode
* paper, except for parameter rho. In the paper, the elicited beta prior for rho
* for rho at 0. It is generally recommended to avoid this extreme type of prior.
* implies an asymptote and corresponding prior mode at 0. It is generally
* recommended to avoid this extreme type of prior. Some optimizers, for instance
* mode_compute=12 (Mathworks' particleswarm algorithm) may find a posterior mode
* with rho equal to zero. We lowered the value of the prior standard deviation
* (changing .223 to .100) to remove the asymptote.
*
*
* The equations are taken from J. Nason and T. Cogley (1994): "Testing the
* The equations are taken from J. Nason and T. Cogley (1994): "Testing the
* implications of long-run neutrality for monetary business cycle models",
* implications of long-run neutrality for monetary business cycle models",
* Journal of Applied Econometrics, 9, S37-S70.
* Journal of Applied Econometrics, 9, S37-S70.
* Note that there is an initial minus sign missing in equation (A1), p. S63.
* Note that there is an initial minus sign missing in equation (A1), p. S63.
*
*
* This implementation was written by Michel Juillard. Please note that the
* This imp
g
lementation was
originally
written by Michel Juillard. Please note that the
* following copyright notice only applies to this Dynare implementation of the
* following copyright notice only applies to this Dynare implementation of the
* model.
* model.
*/
*/
/*
/*
* Copyright (C) 2004-201
5
Dynare Team
* Copyright (C) 2004-201
7
Dynare Team
*
*
* This file is part of Dynare.
* This file is part of Dynare.
*
*
...
@@ -109,7 +113,7 @@ alp, beta_pdf, 0.356, 0.02;
...
@@ -109,7 +113,7 @@ alp, beta_pdf, 0.356, 0.02;
bet, beta_pdf, 0.993, 0.002;
bet, beta_pdf, 0.993, 0.002;
gam, normal_pdf, 0.0085, 0.003;
gam, normal_pdf, 0.0085, 0.003;
mst, normal_pdf, 1.0002, 0.007;
mst, normal_pdf, 1.0002, 0.007;
rho, beta_pdf, 0.129, 0.
223
;
rho, beta_pdf, 0.129, 0.
100
;
psi, beta_pdf, 0.65, 0.05;
psi, beta_pdf, 0.65, 0.05;
del, beta_pdf, 0.01, 0.005;
del, beta_pdf, 0.01, 0.005;
stderr e_a, inv_gamma_pdf, 0.035449, inf;
stderr e_a, inv_gamma_pdf, 0.035449, inf;
...
...
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