Skip to main content

z-scores of anthropometric measurements of children below 5 years based on WHO

Project description

Z score

This libray is Used for measuring Z score of Children (0-5 Years) based on standard provided by WHO 2006

Latest Version https://img.shields.io/pypi/wheel/cgmzscore.svg https://img.shields.io/pypi/pyversions/cgmzscore.svg banner

REQUIREMENTS

  • Python 2.7.x, Python 3.x or later

INSTALLATION

pip install cgmzscore

EXAMPLE USAGE

calculate z score for weight vs age

from cgmzscore.src.main import z_score_wfa

score = z_score_wfa(weight="7.853",age_in_days='16',sex='M')

calculate z score for weight vs length/height

from cgmzscore.src.main import z_score_wfl

score = z_score_wfl(weight="7.853",age_in_days='16',sex='M',height='73')

calculate z score for weight vs length/height and both wfl and wfh works same

from cgmzscore.src.main import z_score_wfh

score = z_score_wfh(weight="7.853",age_in_days='16',sex='M',height='73')

calculate z score for length vs age

from cgmzscore.src.main import z_score_lhfa

score = z_score_lhfa(age_in_days='16',sex='M',height='73')

find child is SAM/MAM/Healthy

from cgmzscore.src.main import calculate_sam_mam

score = calculate_sam_mam(weight="7.853",muac="13.5",age_in_days='16',sex='M',height='73')

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

cgmzscore-3.0.5.tar.gz (383.4 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page