@hhgtech/hhg-components
Version:
Hello Health Group common components
183 lines (180 loc) • 1.15 kB
JavaScript
;
var WEIGHT_BOYS_percentile_weekly = {
"1st": [
2.3,
2.4,
2.7,
2.9,
3.2,
3.4,
3.6,
3.8,
4,
4.2,
4.4,
4.5,
4.7,
4.8
],
"3rd": [
2.5,
2.6,
2.8,
3.1,
3.4,
3.6,
3.8,
4.1,
4.3,
4.4,
4.6,
4.8,
4.9,
5.1
],
"5th": [
2.6,
2.7,
3,
3.2,
3.5,
3.7,
4,
4.2,
4.4,
4.6,
4.8,
4.9,
5.1,
5.2
],
"15th": [
2.9,
3,
3.2,
3.5,
3.8,
4.1,
4.3,
4.5,
4.7,
4.9,
5.1,
5.3,
5.5,
5.6
],
"25th": [
3,
3.2,
3.4,
3.7,
4,
4.3,
4.5,
4.8,
5,
5.2,
5.4,
5.6,
5.7,
5.9
],
"50th": [
3.3,
3.5,
3.8,
4.1,
4.4,
4.7,
4.9,
5.2,
5.4,
5.6,
5.8,
6,
6.2,
6.4
],
"75th": [
3.7,
3.8,
4.1,
4.5,
4.8,
5.1,
5.4,
5.6,
5.9,
6.1,
6.3,
6.5,
6.7,
6.9
],
"85th": [
3.9,
4,
4.3,
4.7,
5,
5.3,
5.6,
5.9,
6.2,
6.4,
6.6,
6.8,
7,
7.2
],
"95th": [
4.2,
4.4,
4.7,
5.1,
5.4,
5.8,
6.1,
6.4,
6.6,
6.9,
7.1,
7.3,
7.5,
7.7
],
"97th": [
4.3,
4.5,
4.9,
5.2,
5.6,
5.9,
6.3,
6.5,
6.8,
7.1,
7.3,
7.5,
7.7,
7.9
],
"99th": [
4.6,
4.8,
5.1,
5.5,
5.9,
6.3,
6.6,
6.9,
7.2,
7.4,
7.7,
7.9,
8.1,
8.3
]
};
exports["default"] = WEIGHT_BOYS_percentile_weekly;