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
ad89d0f1
Commit
ad89d0f1
authored
Sep 24, 2010
by
Sébastien Villemot
Browse files
Forecast with deterministic exogenous: removed duplicate forecast graph (closes
#103
)
parent
7b779d43
Changes
1
Hide whitespace changes
Inline
Side-by-side
matlab/simultxdet.m
View file @
ad89d0f1
...
...
@@ -14,7 +14,7 @@ function [y_,int_width]=simultxdet(y0,ex,ex_det, iorder,var_list,M_,oo_,options_
% The condition size(ex,1)+M_.maximum_lag=size(ex_det,1) must be verified
% for consistency.
% Copyright (C) 2008-200
9
Dynare Team
% Copyright (C) 2008-20
1
0 Dynare Team
%
% This file is part of Dynare.
%
...
...
@@ -140,15 +140,3 @@ int_width = zeros(iter,endo_nbr);
for
i
=
1
:
nvar
int_width
(:,
i
)
=
fact
*
sqrt
(
var_yf
(:,
i
));
end
for
i
=
1
:
nvar
my_subplot
(
i
,
nvar
,
2
,
3
,
'Forecasts'
);
plot
([
-
ykmin
+
1
:
0
],
y0
(
ivar
(
i
),
1
:
ykmin
),
'b-'
,
...
[
1
:
iter
],
y_
(
ivar
(
i
),
ykmin
+
1
:
end
),
'g-'
,
...
[
1
:
iter
],
y_
(
ivar
(
i
),
ykmin
+
1
:
end
)
'+int_width(:,ivar(i)),'
g
:
'
,
...
[
1
:
iter
],
y_
(
ivar
(
i
),
ykmin
+
1
:
end
)
'-int_width(:,ivar(i)),'
g
:
'
,
...
[
1
iter
],
repmat
(
dr
.
ys
(
ivar
(
i
)),
1
,
2
),
'r-'
);
title
(
M_
.
endo_names
(
ivar
(
i
),:));
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