Skip to content
Snippets Groups Projects
Commit 1c01834d authored by Dóra Kocsis's avatar Dóra Kocsis
Browse files

add missing stoch_simul option: filtered_theoretical_moments_grid

parent 1f8c1829
Branches
No related tags found
No related merge requests found
......@@ -14,7 +14,7 @@ function dynare_command_options_stoch_simul()
% SPECIAL REQUIREMENTS
% none
% Copyright (C) 2003-2018 Dynare Team
% Copyright (C) 2003-2020 Dynare Team
%
% This file is part of Dynare.
%
......@@ -236,6 +236,12 @@ dynare_gui_.stoch_simul.filter{num,2} = '[6,32]';
dynare_gui_.stoch_simul.filter{num,3} = '[INTEGER1:INTEGER2]'; %'[HIGHEST_PERIODICITY LOWEST_PERIODICITY]';
dynare_gui_.stoch_simul.filter{num,4} = 'Uses a bandpass filter before computing moments. The passband is set to a periodicity of HIGHEST_PERIODICITY to LOWEST_PERIODICITY, e.g. 6 to 32 quarters if the model frequency is quarterly. Default: [6,32].';
num = num+1;
dynare_gui_.stoch_simul.filter{num,1} = 'filtered_theoretical_moments_grid';
dynare_gui_.stoch_simul.filter{num,2} = '512';
dynare_gui_.stoch_simul.filter{num,3} = 'INTEGER';
dynare_gui_.stoch_simul.filter{num,4} = 'When computing filtered theoretical moments (with either option hp_filter or option bandpass_filter), this option governs the number of points in the grid for the discrete Inverse Fast Fourier Transform. It may be necessary to increase it for highly autocorrelated processes.';
%% Group 6: Output
num = 1;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment