Skip to main content

Calculate growth measurement z-scores for preterm infants

Project description

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

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

pretermgrowth-0.3.tar.gz (22.8 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