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
597d30d0
Commit
597d30d0
authored
Mar 19, 2013
by
Marco Ratto
Browse files
bug fix in call to priordens;
parent
92e4e737
Changes
1
Hide whitespace changes
Inline
Side-by-side
matlab/gsa/filt_mc_.m
View file @
597d30d0
...
...
@@ -202,7 +202,7 @@ if ~loadSA,
clear
stock_filter
;
end
for
j
=
1
:
nruns
,
lnprior
(
j
,
1
)
=
priordens
(
x
(
j
,:)
'
,
bayestopt_
.
pshape
,
bayestopt_
.
p
1
,
bayestopt_
.
p
2
,
bayestopt_
.
p3
,
bayestopt_
.
p4
);
lnprior
(
j
,
1
)
=
priordens
(
x
(
j
,:)
'
,
bayestopt_
.
pshape
,
bayestopt_
.
p
6
,
bayestopt_
.
p
7
,
bayestopt_
.
p3
,
bayestopt_
.
p4
);
end
likelihood
=
logpo2
(:)
-
lnprior
(:);
disp
(
'... done!'
)
...
...
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