Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Dóra Kocsis
dynare
Commits
7e771cee
Commit
7e771cee
authored
Mar 13, 2011
by
MichelJuillard
Browse files
minor modifications to some test model files
parent
55bb27c5
Changes
5
Hide whitespace changes
Inline
Side-by-side
tests/fs2000/fs2000.mod
View file @
7e771cee
...
...
@@ -70,4 +70,6 @@ end;
varobs gp_obs gy_obs;
options_.solve_tolf = 1e-12;
estimation(order=1,datafile=fsdat_simul,nobs=192,loglinear,mh_replic=2000,mh_nblocks=2,mh_jscale=0.8);
tests/steady_state_operator/block.mod
View file @
7e771cee
...
...
@@ -3,7 +3,7 @@
var c k w;
varexo x;
parameters alph gam delt bet aa
c_steady_state
;
parameters alph gam delt bet aa;
alph=0.5;
gam=0.5;
delt=0.02;
...
...
tests/steady_state_operator/bytecode_test.mod
View file @
7e771cee
...
...
@@ -3,7 +3,7 @@
var c k w;
varexo x;
parameters alph gam delt bet aa
c_steady_state
;
parameters alph gam delt bet aa;
alph=0.5;
gam=0.5;
delt=0.02;
...
...
tests/steady_state_operator/standard.mod
View file @
7e771cee
...
...
@@ -3,7 +3,7 @@
var c k w;
varexo x;
parameters alph gam delt bet aa
c_steady_state
;
parameters alph gam delt bet aa;
alph=0.5;
gam=0.5;
delt=0.02;
...
...
tests/steady_state_operator/use_dll.mod
View file @
7e771cee
...
...
@@ -3,7 +3,7 @@
var c k w;
varexo x;
parameters alph gam delt bet aa
c_steady_state
;
parameters alph gam delt bet aa;
alph=0.5;
gam=0.5;
delt=0.02;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment