Skip to content
Snippets Groups Projects
Commit ba9af24a authored by Stéphane Adjemian's avatar Stéphane Adjemian Committed by GitHub
Browse files

Merge pull request #1370 from JohannesPfeifer/updated_variables

Output UpdatedVariables in oo_ without filtered_variables
parents 4dfec0d7 e815c2b4
Branches
Tags
No related merge requests found
...@@ -314,6 +314,10 @@ if options_.smoother ...@@ -314,6 +314,10 @@ if options_.smoother
pm3(endo_nbr,gend,ifil(11),B,'Smoothed trend',... pm3(endo_nbr,gend,ifil(11),B,'Smoothed trend',...
'',M_.endo_names(1:M_.orig_endo_nbr, :),M_.endo_names_tex,M_.endo_names,... '',M_.endo_names(1:M_.orig_endo_nbr, :),M_.endo_names_tex,M_.endo_names,...
varlist,'Trend',DirectoryName,'_smoothed_trend'); varlist,'Trend',DirectoryName,'_smoothed_trend');
pm3(endo_nbr,gend,ifil(1),B,'Updated Variables',...
'',varlist,M_.endo_names_tex,M_.endo_names,...
varlist,'UpdatedVariables',DirectoryName, ...
'_update');
if smoothed_state_uncertainty if smoothed_state_uncertainty
pm3(endo_nbr,endo_nbr,ifil(13),B,'State Uncertainty',... pm3(endo_nbr,endo_nbr,ifil(13),B,'State Uncertainty',...
'',varlist,M_.endo_names_tex,M_.endo_names,... '',varlist,M_.endo_names_tex,M_.endo_names,...
...@@ -334,10 +338,6 @@ if options_.smoother ...@@ -334,10 +338,6 @@ if options_.smoother
end end
if options_.filtered_vars if options_.filtered_vars
pm3(endo_nbr,gend,ifil(1),B,'Updated Variables',...
'',varlist,M_.endo_names_tex,M_.endo_names,...
varlist,'UpdatedVariables',DirectoryName, ...
'_update');
pm3(endo_nbr,gend,ifil(4),B,'One step ahead forecast (filtered variables)',... pm3(endo_nbr,gend,ifil(4),B,'One step ahead forecast (filtered variables)',...
'',varlist,M_.endo_names_tex,M_.endo_names,... '',varlist,M_.endo_names_tex,M_.endo_names,...
varlist,'FilteredVariables',DirectoryName,'_filter_step_ahead'); varlist,'FilteredVariables',DirectoryName,'_filter_step_ahead');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment