z-scores of anthropometric measurements of children below 5 years based on WHO
Project description
Z score
z-scores of anthropometric measurements of children below 5 years based on WHO
REQUIREMENTS
Python 2.7.x, Python 3.x or later
INSTALLATION
pip install cgmzscore
EXAMPLE USAGE
from cgmzscore import Calculator
v=Calculator().zScore_wfa(weight=”7.853”,muac=”13.5”,age_in_days=’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_days=’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_days=’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_days=’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_days=’16’,sex=’M’,height=’73’)–>Use to calculate all three z score v=calculator.zScore_withclass(weight=”7.853”,muac=”13.5”,age_in_days=’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_days=’16’,sex=’M’,height=’73’)–>Use to find child is SAM/MAM/Healthy
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file cgmzscore-1.0.13-py2-none-any.whl.
File metadata
- Download URL: cgmzscore-1.0.13-py2-none-any.whl
- Upload date:
- Size: 431.9 kB
- Tags: Python 2
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.0.0 requests-toolbelt/0.9.1 tqdm/4.48.0 CPython/3.7.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
aae4f181314a865ca03e035679ce7d35507421dc8eca9bce8e34a9d550844ffc
|
|
| MD5 |
912f09236b922045c9dedce5eb4054e1
|
|
| BLAKE2b-256 |
be393f33f528d18e17885e9c17128c308c31d243f1c395397d17cf6e960cad62
|