@hhgtech/hhg-components
Version:
Hello Health Group common components
183 lines (180 loc) • 1.3 kB
JavaScript
;
var BMI_BOYS_percentile_weekly = {
"1st": [
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
],
"3rd": [
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
],
"5th": [
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
],
"15th": [
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
],
"25th": [
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
],
"50th": [
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
],
"75th": [
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
],
"85th": [
14.8,
14.7,
15,
15.6,
16.2,
16.7,
17.1,
17.4,
17.7,
17.9,
18.1,
18.2,
18.4,
18.4
],
"95th": [
15.8,
15.6,
15.9,
16.5,
17.1,
17.6,
18,
18.4,
18.6,
18.9,
19.1,
19.2,
19.3,
19.4
],
"97th": [
16.1,
15.9,
16.2,
16.8,
17.4,
18,
18.4,
18.7,
19,
19.3,
19.4,
19.6,
19.7,
19.8
],
"99th": [
16.9,
16.6,
16.8,
17.5,
18.1,
18.7,
19.1,
19.5,
19.8,
20,
20.2,
20.3,
20.5,
20.6
]
};
exports["default"] = BMI_BOYS_percentile_weekly;