@hhgtech/hhg-components
Version:
Hello Health Group common components
91 lines (88 loc) • 661 B
JavaScript
;
var WEIGHT_BOYS_zscore_yearly = {
"-3SD": [
7.5,
9.3,
10.8,
12.2,
13.5,
15.2,
17,
18.7,
20.4,
22.2
],
"-2SD": [
7.8,
9.8,
11.4,
12.9,
14.3,
16.1,
17.9,
19.8,
21.6,
23.6
],
"-1SD": [
8.1,
10.1,
11.8,
13.3,
14.7,
16.6,
18.4,
20.4,
22.3,
24.4
],
"0Median": [
8.6,
10.8,
12.7,
14.3,
16,
17.9,
19.9,
22,
24.2,
26.6
],
"1SD": [
9,
11.3,
13.2,
15,
16.7,
18.8,
20.9,
23.1,
25.4,
28
],
"2SD": [
9.6,
12.2,
14.3,
16.3,
18.3,
20.5,
22.9,
25.4,
28.1,
31.2
],
"3SD": [
10.4,
13.1,
15.6,
17.8,
20.1,
22.5,
25.2,
28.1,
31.3,
34.9
]
};
exports["default"] = WEIGHT_BOYS_zscore_yearly;