Skip to content
Snippets Groups Projects
Commit 037eca4b authored by Marco Ratto's avatar Marco Ratto
Browse files

Fixed bug with ML estimation with analytic derivatives

parent e0018f8b
Branches
Tags
No related merge requests found
......@@ -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))) ;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment