Builder-Neekhil commited on
Commit
f80376e
·
verified ·
1 Parent(s): d963fc5

Upload phase2_survival_model/longevity_priors.json with huggingface_hub

Browse files
phase2_survival_model/longevity_priors.json ADDED
@@ -0,0 +1,94 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "overall": {
3
+ "divorce_rate": 0.3446350762527233,
4
+ "mean_duration_if_divorced": 8.481430264717503,
5
+ "median_duration_if_divorced": 7.0,
6
+ "n": 14688
7
+ },
8
+ "type_love": {
9
+ "divorce_rate": 0.34074331365057314,
10
+ "mean_duration_if_divorced": 8.49683995922528,
11
+ "median_duration_if_divorced": 7.0,
12
+ "n": 14395
13
+ },
14
+ "type_arranged": {
15
+ "divorce_rate": 0.23404255319148937,
16
+ "mean_duration_if_divorced": 11.696969696969697,
17
+ "median_duration_if_divorced": 10.0,
18
+ "n": 141
19
+ },
20
+ "era_1970_1990": {
21
+ "divorce_rate": 0.4904847396768402,
22
+ "mean_duration_if_divorced": 8.882137628111273,
23
+ "n": 2785
24
+ },
25
+ "era_1990_2000": {
26
+ "divorce_rate": 0.42424242424242425,
27
+ "mean_duration_if_divorced": 7.534883720930233,
28
+ "n": 1419
29
+ },
30
+ "era_1950_1970": {
31
+ "divorce_rate": 0.3659583601631251,
32
+ "mean_duration_if_divorced": 8.792961876832845,
33
+ "n": 4659
34
+ },
35
+ "era_1900_1950": {
36
+ "divorce_rate": 0.23519292209388057,
37
+ "mean_duration_if_divorced": 9.04075235109718,
38
+ "n": 4069
39
+ },
40
+ "era_2010_plus": {
41
+ "divorce_rate": 0.10609037328094302,
42
+ "mean_duration_if_divorced": 3.314814814814815,
43
+ "n": 509
44
+ },
45
+ "era_2000_2010": {
46
+ "divorce_rate": 0.26105442176870747,
47
+ "mean_duration_if_divorced": 5.755700325732899,
48
+ "n": 1176
49
+ },
50
+ "era_pre_1900": {
51
+ "divorce_rate": 1.0,
52
+ "mean_duration_if_divorced": 9.492957746478874,
53
+ "n": 71
54
+ },
55
+ "marriage_first": {
56
+ "divorce_rate": 0.27802108678021087,
57
+ "mean_duration_if_divorced": 8.765752625437573,
58
+ "n": 12330
59
+ },
60
+ "marriage_second": {
61
+ "divorce_rate": 0.693863319386332,
62
+ "mean_duration_if_divorced": 7.872361809045226,
63
+ "n": 1434
64
+ },
65
+ "marriage_third": {
66
+ "divorce_rate": 0.660958904109589,
67
+ "mean_duration_if_divorced": 8.27720207253886,
68
+ "n": 584
69
+ },
70
+ "age_at_marriage_young": {
71
+ "divorce_rate": 0.508235294117647,
72
+ "mean_duration_if_divorced": 8.294753086419753,
73
+ "age_range": "14-22",
74
+ "n": 1275
75
+ },
76
+ "age_at_marriage_prime": {
77
+ "divorce_rate": 0.26616915422885573,
78
+ "mean_duration_if_divorced": 8.68175110673881,
79
+ "age_range": "22-30",
80
+ "n": 7638
81
+ },
82
+ "age_at_marriage_mature": {
83
+ "divorce_rate": 0.4051700680272109,
84
+ "mean_duration_if_divorced": 8.270651443922095,
85
+ "age_range": "30-40",
86
+ "n": 3675
87
+ },
88
+ "age_at_marriage_late": {
89
+ "divorce_rate": 0.4212962962962963,
90
+ "mean_duration_if_divorced": 8.415140415140415,
91
+ "age_range": "40-80",
92
+ "n": 1944
93
+ }
94
+ }