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
19a994af
Commit
19a994af
authored
Aug 23, 2011
by
Sébastien Villemot
Browse files
User guide: increase the prior variance of 2 params for working around Octave bug (see ticket #161)
parent
79284070
Changes
2
Hide whitespace changes
Inline
Side-by-side
doc/userguide/ch-estbase.tex
View file @
19a994af
...
...
@@ -87,9 +87,9 @@ Coming back to our basic example, we would write:\\
alpha, beta
\_
pdf, 0.35, 0.02;
\\
beta, beta
\_
pdf, 0.99, 0.002;
\\
delta, beta
\_
pdf, 0.025, 0.003;
\\
psi, gamma
\_
pdf, 1.75, 0.
02
;
\\
psi, gamma
\_
pdf, 1.75, 0.
1
;
\\
rho, beta
\_
pdf, 0.95, 0.05;
\\
epsilon, gamma
\_
pdf, 10, 0.
003
;
\\
epsilon, gamma
\_
pdf, 10, 0.
5
;
\\
stderr e, inv
\_
gamma
\_
pdf, 0.01, inf;
\\
end;
}
\\
...
...
@@ -178,9 +178,9 @@ estimated\_params;\\
alpha, beta
\_
pdf, 0.35, 0.02;
\\
beta, beta
\_
pdf, 0.99, 0.002;
\\
delta, beta
\_
pdf, 0.025, 0.003;
\\
psi, gamma
\_
pdf, 1.75, 0.
02
;
\\
psi, gamma
\_
pdf, 1.75, 0.
1
;
\\
rho, beta
\_
pdf, 0.95, 0.05;
\\
epsilon, gamma
\_
pdf, 10, 0.
003
;
\\
epsilon, gamma
\_
pdf, 10, 0.
5
;
\\
stderr e, inv
\_
gamma
\_
pdf, 0.01, inf;
\\
end;
\\
\\
...
...
doc/userguide/models/RBC_Est.mod
View file @
19a994af
...
...
@@ -30,9 +30,9 @@ estimated_params;
alpha, beta_pdf, 0.35, 0.02;
beta, beta_pdf, 0.99, 0.002;
delta, beta_pdf, 0.025, 0.003;
psi, gamma_pdf, 1.75, 0.
02
;
psi, gamma_pdf, 1.75, 0.
1
;
rho, beta_pdf, 0.95, 0.05;
epsilon, gamma_pdf, 10, 0.
003
;
epsilon, gamma_pdf, 10, 0.
5
;
stderr e, inv_gamma_pdf, 0.01, inf;
end;
...
...
Write
Preview
Supports
Markdown
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