@hhgtech/hhg-components
Version:
Hello Health Group common components
139 lines (136 loc) • 990 B
JavaScript
;
var WEIGHT_BOYS_percentile_yearly = {
"1st": [
7.5,
9.3,
10.8,
12.2,
13.5,
15.2,
17,
18.7,
20.4,
22.2
],
"3rd": [
7.8,
9.8,
11.4,
12.9,
14.3,
16.1,
17.9,
19.8,
21.6,
23.6
],
"5th": [
8.1,
10.1,
11.8,
13.3,
14.7,
16.6,
18.4,
20.4,
22.3,
24.4
],
"15th": [
8.6,
10.8,
12.7,
14.3,
16,
17.9,
19.9,
22,
24.2,
26.6
],
"25th": [
9,
11.3,
13.2,
15,
16.7,
18.8,
20.9,
23.1,
25.4,
28
],
"50th": [
9.6,
12.2,
14.3,
16.3,
18.3,
20.5,
22.9,
25.4,
28.1,
31.2
],
"75th": [
10.4,
13.1,
15.6,
17.8,
20.1,
22.5,
25.2,
28.1,
31.3,
34.9
],
"85th": [
10.8,
13.7,
16.3,
18.7,
21.1,
23.6,
26.5,
29.7,
33.2,
37.3
],
"95th": [
11.5,
14.7,
17.5,
20.2,
23,
25.8,
29.1,
32.7,
36.9,
41.9
],
"97th": [
11.8,
15.1,
18,
20.9,
23.8,
26.7,
30.1,
34,
38.6,
43.9
],
"99th": [
12.4,
15.9,
19.1,
22.1,
25.3,
28.5,
32.3,
36.7,
42,
48.3
]
};
exports["default"] = WEIGHT_BOYS_percentile_yearly;