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
037eca4b
Commit
037eca4b
authored
Dec 19, 2012
by
Marco Ratto
Browse files
Fixed bug with ML estimation with analytic derivatives
parent
e0018f8b
Changes
1
Hide whitespace changes
Inline
Side-by-side
matlab/priordens.m
View file @
037eca4b
...
...
@@ -75,6 +75,8 @@ if nargin > 6 && initialization == 1
end
logged_prior_density
=
0.0
;
dlprior
=
0.0
;
d2lprior
=
0.0
;
if
tt1
logged_prior_density
=
logged_prior_density
+
sum
(
lpdfgbeta
(
x
(
id1
),
p6
(
id1
),
p7
(
id1
),
p3
(
id1
),
p4
(
id1
)))
;
...
...
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