@hhgtech/hhg-components
Version:
Hello Health Group common components
119 lines (116 loc) • 871 B
JavaScript
;
var HEAD_CIRCUM_BOYS_zscore_weekly = {
"-3SD": [
31.5,
32.3,
33.1,
33.8,
34.4,
34.9,
35.3,
35.8,
36.1,
36.5,
36.8,
37.2,
37.5,
37.8
],
"-2SD": [
32.1,
32.9,
33.7,
34.3,
34.9,
35.4,
35.9,
36.3,
36.7,
37,
37.4,
37.7,
38,
38.3
],
"-1SD": [
32.4,
33.2,
33.9,
34.6,
35.2,
35.7,
36.1,
36.6,
36.9,
37.3,
37.6,
38,
38.3,
38.6
],
"0Median": [
33.1,
33.9,
34.7,
35.3,
35.9,
36.4,
36.8,
37.3,
37.7,
38,
38.4,
38.7,
39,
39.3
],
"1SD": [
33.6,
34.3,
35.1,
35.7,
36.3,
36.8,
37.3,
37.7,
38.1,
38.4,
38.8,
39.1,
39.4,
39.7
],
"2SD": [
34.5,
35.2,
35.9,
36.5,
37.1,
37.6,
38.1,
38.5,
38.9,
39.2,
39.6,
39.9,
40.2,
40.5
],
"3SD": [
35.3,
36,
36.7,
37.3,
37.9,
38.4,
38.8,
39.3,
39.7,
40,
40.4,
40.7,
41,
41.3
]
};
exports["default"] = HEAD_CIRCUM_BOYS_zscore_weekly;