@hhgtech/hhg-components
Version:
Hello Health Group common components
84 lines (81 loc) • 615 B
JavaScript
;
var BMI_BOYS_percentile_yearly = {
"1st": [
14,
13.3,
13,
12.7,
12.6
],
"3rd": [
14.5,
13.7,
13.5,
13.2,
13
],
"5th": [
14.8,
13.9,
13.7,
13.4,
13.3
],
"15th": [
15.5,
14.5,
14.4,
14.1,
13.9
],
"25th": [
15.9,
14.9,
14.8,
14.5,
14.3
],
"50th": [
16.8,
15.7,
15.6,
15.3,
15.2
],
"75th": [
17.7,
16.6,
16.5,
16.2,
16.1
],
"85th": [
18.3,
17.1,
17,
16.7,
16.7
],
"95th": [
19.2,
18,
17.8,
17.6,
17.7
],
"97th": [
19.6,
18.3,
18.2,
18,
18.1
],
"99th": [
20.4,
19.1,
18.9,
18.7,
18.9
]
};
exports["default"] = BMI_BOYS_percentile_yearly;