Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Marco Ratto
dynare
Commits
0f5940ab
Verified
Commit
0f5940ab
authored
Nov 15, 2018
by
Johannes Pfeifer
Committed by
Stéphane Adjemian
Dec 15, 2018
Browse files
kim/kim2.mod: fix inconsistent prior specification
parent
2ba9a8e1
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/identification/kim/kim2.mod
View file @
0f5940ab
...
@@ -42,12 +42,12 @@ var ea = 1;
...
@@ -42,12 +42,12 @@ var ea = 1;
end;
end;
estimated_params;
estimated_params;
alph ,uniform_pdf,
0.6,0.04
,0.5,0.7;
alph ,uniform_pdf,
,
,0.5,0.7;
//betae ,uniform_pdf,0.99,0.004,0.98,1;
//betae ,uniform_pdf,0.99,0.004,0.98,1;
//delta ,uniform_pdf,0.0125,0.001,0.01,0.015;
//delta ,uniform_pdf,0.0125,0.001,0.01,0.015;
phi ,uniform_pdf,
0.5,0.2
,0,10;
phi ,uniform_pdf,
,
,0,10;
theta ,uniform_pdf,
0.3,0.1
,0,10;
theta ,uniform_pdf,
,
,0,10;
dumpy ,uniform_pdf,
0.5,0.2
,0,10;
dumpy ,uniform_pdf,
,
,0,10;
end;
end;
varobs c i;
varobs c i;
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment