-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtestConfig.json
More file actions
105 lines (105 loc) · 2.03 KB
/
Copy pathtestConfig.json
File metadata and controls
105 lines (105 loc) · 2.03 KB
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
{
"DataSource_Format": "CSV",
"DataSource_FilePath": "exampleData.csv",
"Tasks_Percentiles": [
true,
"5 50 95",
null,
null
],
"Tasks_ParameterTables": [
false,
"output/parameters.csv",
null,
null
],
"Tasks_AsymptoticMeanTables": [
false,
"output/asymptoticMeans.csv",
null,
null
],
"Tasks_ResidualEstimates": [
true,
"output/residualEstimates.csv",
null,
null
],
"Tasks_UnconditionalForecast": [
true,
"output/unconditionalForecast.csv",
"2010-Q1",
"2014-Q2"
],
"Tasks_ShockEstimates": [
true,
"output/shockEstimates.csv",
null,
null
],
"Tasks_ShockResponses": [
true,
"output/shockResponses.csv",
null,
null
],
"Tasks_ConditionalForecast": [
false,
"output/unconditionalForecast.csv",
"2010-Q1",
"2014-Q2"
],
"Tasks_SaveResults": [
true,
"output/results.mat",
null,
null
],
"Tasks_SaveConfig": [
true,
"output/config.json",
null,
null
],
"Meta_Units": "",
"Meta_EndogenousConcepts": [
"DOM_GDP",
"DOM_CPI",
"STN"
],
"Meta_ExogenousNames": "Oil",
"Meta_HasIntercept": true,
"Meta_Order": 4,
"Meta_EstimationStart": "1975-Q1",
"Meta_EstimationEnd": "2014-Q4",
"Meta_NumDraws": 500,
"Estimator_Name": "NormalWishart",
"Estimator_Settings": [
"Sigma",
"ar",
"Burnin",
0,
"Exogenous",
false,
"BlockExogenous",
false,
"Autoregression",
0.8,
"Lambda1",
0.1,
"Lambda2",
0.5,
"Lambda3",
1,
"Lambda4",
100,
"Lambda5",
0.001
],
"Meta_ShockConcepts": [
"DEM",
"SUP",
"POL"
],
"Meta_IdentificationHorizon": 12
}