-
Notifications
You must be signed in to change notification settings - Fork 10
/
spec_557.m
32 lines (24 loc) · 1.03 KB
/
spec_557.m
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
%% MODEL-SPECIFIC SPECIFICATIONS (Defaults)
mspec = 557; % Model to run
subspec = 10; % Subspecifications to change parameter values
mprior = 557; % Prior Specifications
pf_mod = '15'; % Prior Specifications
dataset = 51; % Dataset number; can be used to reference alternative
% datasets
%% SAVE SETTINGS
overwrite = 1; % Overwrite old output?
%% ESTIMATION SETTINGS
nsim = 10000; % Number of draws per posterior simulation block
nblocks = 11; % Number of blocks
nburn = nsim; % How many draws to discard as burn-in
jstep = 5; % From the blocks, we take every jstep-th element
%% FORECAST SETTINGS
zerobound = 1; % Incorporate anticipated policy shocks
antpolflag=1;
% CONDITIONAL DATA
% Indicates whether we are doing a forecast conditional on an
% additional quarter of data for certain variables.
peachflag = 1;
% PARALLEL SETTINGS
distr = 1; % Run forecasting in parallel; requires parallel toobox
nMaxWorkers=40; % If run in parallel, how many workers?