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
Marco Ratto
dynare
Commits
c98c221e
Commit
c98c221e
authored
Jan 31, 2022
by
Marco Ratto
Browse files
save info1 file only under debugging
parent
c2baa8ba
Changes
1
Hide whitespace changes
Inline
Side-by-side
matlab/+occbin/DSGE_smoother.m
View file @
c98c221e
...
@@ -185,7 +185,9 @@ while is_changed && maxiter>iter && ~is_periodic
...
@@ -185,7 +185,9 @@ while is_changed && maxiter>iter && ~is_periodic
[
alphahat
,
etahat
,
epsilonhat
,
ahat
,
SteadyState
,
trend_coeff
,
aK
,
T0
,
R0
,
P
,
PK
,
decomp
,
Trend
,
state_uncertainty
,
M_
,
oo_
,
bayestopt_
]
=
DsgeSmoother
(
xparam1
,
gend
,
Y
,
data_index
,
missing_value
,
M_
,
oo_
,
options_
,
bayestopt_
,
estim_params_
,
occbin_options
,
TT
,
RR
,
CC
);
% T1=TT;
[
alphahat
,
etahat
,
epsilonhat
,
ahat
,
SteadyState
,
trend_coeff
,
aK
,
T0
,
R0
,
P
,
PK
,
decomp
,
Trend
,
state_uncertainty
,
M_
,
oo_
,
bayestopt_
]
=
DsgeSmoother
(
xparam1
,
gend
,
Y
,
data_index
,
missing_value
,
M_
,
oo_
,
options_
,
bayestopt_
,
estim_params_
,
occbin_options
,
TT
,
RR
,
CC
);
% T1=TT;
sto_etahat
(
iter
)
=
{
etahat
};
sto_etahat
(
iter
)
=
{
etahat
};
regime_history0
(
iter
,:)
=
regime_history
;
regime_history0
(
iter
,:)
=
regime_history
;
save
(
'info1'
,
'regime_history0'
);
if
occbin_smoother_debug
save
(
'info1'
,
'regime_history0'
);
end
sto_CC
=
CC
;
sto_CC
=
CC
;
sto_RR
=
RR
;
sto_RR
=
RR
;
...
...
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