App-WHOGrowthReferenceUtils

 view release on metacpan or  search on metacpan

script/get-who-growth-reference  view on Meta::CPAN


 % get-who-growth-reference M --age 6y --height 102 --weight 17
 +----------------------+-------------------+
 | key                  | value             |
 +----------------------+-------------------+
 | age                  | 72.0 month(s)     |
 | bmi                  | 16.3398692810458  |
 | bmi_P01              | 12.066            |
 | bmi_P1               | 12.733            |
 | bmi_P10              | 13.773            |
 | bmi_P15              | 14.042            |
 | bmi_P25              | 14.459            |
 | bmi_P3               | 13.157            |
 | bmi_P5               | 13.393            |
 | bmi_P50              | 15.306            |
 | bmi_P75              | 16.258            |
 | bmi_P85              | 16.819            |
 | bmi_P90              | 17.221            |
 | bmi_P95              | 17.854            |
 | bmi_P97              | 18.291            |
 | bmi_P99              | 19.176            |
 | bmi_P999             | 20.91             |
 | bmi_SD0              | 15.306            |
 | bmi_SD1              | 16.761            |
 | bmi_SD1neg           | 14.083            |
 | bmi_SD2              | 18.52             |
 | bmi_SD2neg           | 13.04             |
 | bmi_SD3              | 20.689            |
 | bmi_SD3neg           | 12.141            |
 | bmi_SD4              | 22.858            |
 | bmi_SD4neg           | 11.242            |
 | bmi_mean             | 15.306            |
 | bmi_percentile       | 76.4593454731863  |
 | bmi_zscore           | 0.71056307975653  |
 | gender               | M                 |
 | height_P01           | 100.726           |
 | height_P1            | 104.49            |
 | height_P10           | 109.637           |
 | height_P15           | 110.845           |
 | height_P25           | 112.628           |
 | height_P3            | 106.685           |
 | height_P5            | 107.847           |
 | height_P50           | 115.951           |
 | height_P75           | 119.274           |
 | height_P85           | 121.057           |
 | height_P90           | 122.265           |
 | height_P95           | 124.055           |
 | height_P97           | 125.217           |
 | height_P99           | 127.412           |
 | height_P999          | 131.176           |
 | height_SD0           | 115.951           |
 | height_SD1           | 120.878           |
 | height_SD1neg        | 111.024           |
 | height_SD2           | 125.804           |
 | height_SD2neg        | 106.097           |
 | height_SD3           | 130.731           |
 | height_SD3neg        | 101.171           |
 | height_SD4           | 135.658           |
 | height_SD4neg        | 96.244            |
 | height_mean          | 115.951           |
 | height_percentile    | 0.404622741764081 |
 | height_potential     | 155.876968650372  |
 | height_potential_SD0 | 176.543           |
 | height_zscore        | -2.83170929760455 |
 | weight_P01           | 13.913            |
 | weight_P1            | 15.248            |
 | weight_P10           | 17.361            |
 | weight_P15           | 17.912            |
 | weight_P25           | 18.768            |
 | weight_P3            | 16.105            |
 | weight_P5            | 16.585            |
 | weight_P50           | 20.514            |
 | weight_P75           | 22.48             |
 | weight_P85           | 23.637            |
 | weight_P90           | 24.467            |
 | weight_P95           | 25.767            |
 | weight_P97           | 26.661            |
 | weight_P99           | 28.464            |
 | weight_P999          | 31.948            |
 | weight_SD0           | 20.514            |
 | weight_SD1           | 23.517            |
 | weight_SD1neg        | 17.996            |
 | weight_SD2           | 27.129            |
 | weight_SD2neg        | 15.87             |
 | weight_SD3           | 31.508            |
 | weight_SD3neg        | 14.063            |
 | weight_SD4           | 35.888            |
 | weight_SD4neg        | 12.256            |
 | weight_mean          | 20.514            |
 | weight_percentile    | 7.67396907216494  |
 | weight_zscore        | -1.46848541862653 |
 +----------------------+-------------------+

=head1 DESCRIPTION

Caveats:

Currently the z-zcore line values (e.g. height_Z1, height_Z-1, etc) are
calculated using linear interpolation.

=head1 OPTIONS

C<*> marks required options.

=head2 Main options

=over

=item B<--age>=I<s>

=item B<--dob>=I<s>

=item B<--gender>=I<s>*

Valid values:

 ["M","F"]

=item B<--height>=I<s>, B<-H>

Specify height to calculate percentile.



( run in 1.533 second using v1.01-cache-2.11-cpan-39bf76dae61 )