stoch_simul.m: add nomodelsummary option

kalman-mex
Johannes Pfeifer 2023-10-08 22:13:45 +02:00 committed by Sébastien Villemot
parent cbf57b1af6
commit a00eb5e1de
No known key found for this signature in database
GPG Key ID: 2CECE9350ECEBE4A
4 changed files with 33 additions and 25 deletions

View File

@ -4498,6 +4498,11 @@ Computing the stochastic solution
Dont print moments of the endogenous variables (printing them
is the default).
.. option:: nomodelsummary
Dont print the model summary and the covariance of the exogenous shocks (printing them
is the default).
.. option:: nograph
Do not create graphs (which implies that they are not saved to

View File

@ -164,6 +164,7 @@ options_.one_sided_hp_filter = 0;
options_.filtered_theoretical_moments_grid = 512;
options_.nodecomposition = false;
options_.nomoments = false;
options_.nomodelsummary = false;
options_.nocorr = false;
options_.periods = 0;
options_.noprint = false;

View File

@ -134,6 +134,7 @@ if info(1)
end
if ~options_.noprint
if ~options_.nomodelsummary
skipline()
disp('MODEL SUMMARY')
skipline()
@ -166,6 +167,7 @@ if ~options_.noprint
dyn_latex_table(M_, options_, my_title, 'covar_ME', headers, labels, M_.H, lh, 10, 6);
end
end
end
if options_.partial_information
skipline()
disp('SOLUTION UNDER PARTIAL INFORMATION')

@ -1 +1 @@
Subproject commit 16b063f666df679173e3da7f30ec1bff55755ddb
Subproject commit 3c20b9862b87e894b00c70b10e7f5a425ba0372a