Skip to content
Snippets Groups Projects
Commit aef3bb49 authored by Houtan Bastani's avatar Houtan Bastani Committed by MichelJuillard
Browse files

ms-dsge: modify test file

parent bb0045a8
Branches
Tags
No related merge requests found
...@@ -32,3 +32,7 @@ corr(y,c).prior(shape=beta,mean=0.3,variance=0.1^2,mode=33); ...@@ -32,3 +32,7 @@ corr(y,c).prior(shape=beta,mean=0.3,variance=0.1^2,mode=33);
corr(b,c).prior(shape=beta,mean=0.3,variance=0.1^2); corr(b,c).prior(shape=beta,mean=0.3,variance=0.1^2);
corr(e,u).prior(shape=beta,mean=0.3,variance=0.1^2); corr(e,u).prior(shape=beta,mean=0.3,variance=0.1^2);
alpha.options(init=1); alpha.options(init=1);
rho.options(init=1);
beta.options(init=0.2);
std(u).options(init=3);
corr(y,c).options(init=.02);
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment