Skip to main content

Calculate z-scores of anthropometric measurements based on WHO

Project description

# Z score

Calculate z-scores of anthropometric measurements based on WHO

## Installation

pip install zscore

## Usage

from cgmzscore import Calculator calculator=Calculator()

v=calculator.zScore_wfa(weight=”7.853”,muac=”13.5”,age_in_months=’16’,sex=’M’,height=’73’)–>Use to calculate z score for weight vs age v=calculator.zScore_wfl(weight=”7.853”,muac=”13.5”,age_in_months=’16’,sex=’M’,height=’73’)–>Use to calculate z score for weight vs length/height v=calculator.zScore_wfh(weight=”7.853”,muac=”13.5”,age_in_months=’16’,sex=’M’,height=’73’)–>Use to calculate z score for weight vs length/height both wfl and wfh works same v=calculator.zScore_lhfa(weight=”7.853”,muac=”13.5”,age_in_months=’16’,sex=’M’,height=’73’)–>Use to calculate z score for length vs age

v=calculator.zScore(weight=”7.853”,muac=”13.5”,age_in_months=’16’,sex=’M’,height=’73’)–>Use to calculate all three z score v=calculator.zScore_withclass(weight=”7.853”,muac=”13.5”,age_in_months=’16’,sex=’M’,height=’73’)–>Use to calculate all three z score along with class v=calculator.SAM_MAM(weight=”7.853”,muac=”13.5”,age_in_months=’16’,sex=’M’,height=’73’)–>Use to find child is SAM/MAM/Healthy

## Different function of calculator

zScore_wfa zScore_wfl/zScore_wfh zScore_lhfa

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-1.0.3.tar.gz (25.9 kB view hashes)

Uploaded Source

Built Distribution

cgmzscore-1.0.3-py2-none-any.whl (31.0 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