fenton-growth-calculator
A python package for calculating preterm infant growth statistics.
Currently you can calculate z-scores for infants between ages 22w4d-50w0d.
from pretermgrowth.fenton import Fenton
Fenton.calc_zscore(
metric="weight", # or "length" or "hc"
sex="f", # or "m"
gestational_age_in_days=158, # range = [158-350]
measure=2400.0 # g for weight, cm for length or hc
)
fenton calculations
Fenton TR and Kim JH, BMC Pediatrics 2013, 13:59 http://www.ncbi.nlm.nih.gov/pubmed/23601190
Release files for pretermgrowth 0.3
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| pretermgrowth-0.3.tar.gz | 22.8 kB | Details |
Release files / pretermgrowth-0.3.tar.gz
| Download URL | pretermgrowth-0.3.tar.gz |
|---|---|
| Size | 22.8 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
d5926e44c55a4570b12c75169c7b0618696a69f929eee0e9cc1504d5202be833
|
|
BLAKE2b-256 checksum How to use checksums |
412ca813a9acf7133276f3b684dc2a8a7b8960ffabf890271de5f03dc3b48939
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.8.2
|