-
Notifications
You must be signed in to change notification settings - Fork 0
/
apc_percents.js
79 lines (78 loc) · 998 Bytes
/
apc_percents.js
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
// percent: age
var apc = [
{
name: '20\'s',
generation: 1926,
15: 40,
20: 48,
25: 52,
30: 56,
35: 65,
expectancy: 59
},
{
name: '30\'s',
generation: 1936,
10: 27,
15: 35,
20: 43,
25: 47,
30: 50,
35: 54,
40: 65,
expectancy: 62
},
{
name: '40\'s',
generation: 1946,
10: 26,
15: 30,
20: 34,
25: 40,
30: 44,
35: 52,
expectancy: 66
},
{
name: '50\'s',
generation: 1956,
10: 21,
15: 27,
20: 30,
25: 33,
30: 37,
35: 43,
expectancy: 68
},
{
name: '60\'s',
generation: 1966,
10: 15,
15: 18,
20: 22,
25: 27,
30: 34,
expectancy: 68
},
{
name: '70\'s',
generation: 1976,
10: 5,
15: 14,
20: 21,
expectancy: 71
},
{
name: '80\'s',
generation: 1986,
10: 4,
15: 8,
expectancy: 72
},
{
name: '90\'s',
generation: 1996,
10: 6,
expectancy: 74
}
]