-
Notifications
You must be signed in to change notification settings - Fork 42
/
analysis_settings_ord.json
85 lines (84 loc) · 2.59 KB
/
analysis_settings_ord.json
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
{
"version": "3",
"analysis_tag": "base_example",
"source_tag": "MDK",
"model_name_id": "PiWind",
"model_supplier_id": "OasisLMF",
"gul_threshold": 0,
"gul_output": true,
"model_settings": {
"event_set": "p",
"event_occurrence_id": "lt"
},
"gul_summaries": [
{
"id": 1,
"ord_output": {
"plt_sample": true,
"plt_quantile": true,
"plt_moment": true,
"elt_sample": true,
"elt_quantile": true,
"elt_moment": true,
"alt_period": true,
"ept_full_uncertainty_aep": true,
"ept_full_uncertainty_oep": true,
"ept_mean_sample_aep": true,
"ept_mean_sample_oep": true,
"ept_per_sample_mean_aep": true,
"ept_per_sample_mean_oep": true,
"psept_aep": true,
"psept_oep": true,
"return_period_file": true
}
}
],
"il_output": true,
"il_summaries": [
{
"id": 1,
"ord_output": {
"plt_sample": true,
"plt_quantile": true,
"plt_moment": true,
"elt_sample": true,
"elt_quantile": true,
"elt_moment": true,
"alt_period": true,
"ept_full_uncertainty_aep": true,
"ept_full_uncertainty_oep": true,
"ept_mean_sample_aep": true,
"ept_mean_sample_oep": true,
"ept_per_sample_mean_aep": true,
"ept_per_sample_mean_oep": true,
"psept_aep": true,
"psept_oep": true,
"return_period_file": true
}
}
],
"ri_output": true,
"ri_summaries": [
{
"id": 1,
"ord_output": {
"plt_sample": true,
"plt_quantile": true,
"plt_moment": true,
"elt_sample": true,
"elt_quantile": true,
"elt_moment": true,
"alt_period": true,
"ept_full_uncertainty_aep": true,
"ept_full_uncertainty_oep": true,
"ept_mean_sample_aep": true,
"ept_mean_sample_oep": true,
"ept_per_sample_mean_aep": true,
"ept_per_sample_mean_oep": true,
"psept_aep": true,
"psept_oep": true,
"return_period_file": true
}
}
]
}