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
Mark Song
particles
Commits
20978ce1
Commit
20978ce1
authored
Mar 22, 2017
by
Houtan Bastani
Browse files
update call to dyn_figure
parent
79b42ec9
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/online_auxiliary_filter.m
View file @
20978ce1
...
...
@@ -21,7 +21,7 @@ function [xparam,std_param,lb_95,ub_95,median_param] = online_auxiliary_filter(x
% NOTES
% The vector "lik" is used to evaluate the jacobian of the likelihood.
% Copyright (C) 2013-201
6
Dynare Team
% Copyright (C) 2013-201
7
Dynare Team
%
% This file is part of Dynare.
%
...
...
@@ -281,7 +281,7 @@ for plt = 1:nbplt,
NAMES
=
[];
TeXNAMES
=
[];
end
hh
=
dyn_figure
(
DynareOptions
,
'Name'
,
'Parameters Trajectories'
);
hh
=
dyn_figure
(
DynareOptions
.
nodisplay
,
'Name'
,
'Parameters Trajectories'
);
for
k
=
1
:
min
(
nstar
,
length
(
xparam
)
-
(
plt
-
1
)
*
nstar
)
subplot
(
nr
,
nc
,
k
)
kk
=
(
plt
-
1
)
*
nstar
+
k
;
...
...
@@ -328,7 +328,7 @@ for plt = 1:nbplt,
NAMES
=
[];
TeXNAMES
=
[];
end
hh
=
dyn_figure
(
DynareOptions
,
'Name'
,
'Parameters Densities'
);
hh
=
dyn_figure
(
DynareOptions
.
nodisplay
,
'Name'
,
'Parameters Densities'
);
for
k
=
1
:
min
(
nstar
,
length
(
xparam
)
-
(
plt
-
1
)
*
nstar
)
subplot
(
nr
,
nc
,
k
)
kk
=
(
plt
-
1
)
*
nstar
+
k
;
...
...
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