@hhgtech/hhg-components
Version:
Hello Health Group common components
119 lines (116 loc) • 859 B
JavaScript
;
var BMI_BOYS_zscore_weekly = {
"-3SD": [
10.8,
10.5,
10.8,
11.4,
11.9,
12.3,
12.6,
12.9,
13.2,
13.4,
13.5,
13.7,
13.8,
13.9
],
"-2SD": [
11.3,
11,
11.3,
11.9,
12.4,
12.8,
13.2,
13.5,
13.7,
13.9,
14.1,
14.2,
14.3,
14.4
],
"-1SD": [
11.5,
11.3,
11.6,
12.2,
12.7,
13.1,
13.5,
13.8,
14,
14.2,
14.4,
14.5,
14.6,
14.7
],
"0Median": [
12.2,
12,
12.3,
12.9,
13.4,
13.9,
14.2,
14.5,
14.8,
15,
15.1,
15.3,
15.4,
15.5
],
"1SD": [
12.6,
12.5,
12.8,
13.4,
13.9,
14.3,
14.7,
15,
15.2,
15.4,
15.6,
15.7,
15.9,
16
],
"2SD": [
13.4,
13.3,
13.6,
14.2,
14.8,
15.2,
15.6,
15.9,
16.2,
16.4,
16.5,
16.7,
16.8,
16.9
],
"3SD": [
14.3,
14.2,
14.5,
15.1,
15.7,
16.2,
16.6,
16.9,
17.1,
17.4,
17.5,
17.7,
17.8,
17.9
]
};
exports["default"] = BMI_BOYS_zscore_weekly;