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

v = 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

v = 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

v = zScore_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

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

calculate all three z score along with class

from cgmzscore.src.main import z_score_with_class

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

find child is SAM/MAM/Healthy

from cgmzscore.src.main import calculate_sam_mam

v = 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.1.tar.gz (383.5 kB view hashes)

Uploaded Source

Built Distributions

cgmzscore-3.0.1-py3-none-any.whl (430.7 kB view hashes)

Uploaded Python 3

cgmzscore-3.0.1-py2-none-any.whl (430.7 kB view hashes)

Uploaded Python 2

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