Skip to content

A unified collection of health indices and health indicators eg: bmi, bai,corp index etc..

License

Notifications You must be signed in to change notification settings

nk6june/health-indices

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Health-indices

A unified collection of health indices and health indicators eg bmi,bai,corp index,etc

Purpose of the Package

  • The purpose of the package is to provide a collection of all health indices in one unified libary

Features

  • Collection of Health indices
    • BMI
    • BAI
    • Corpulence index
    • Piglet indices
    • etc..
  • Collection of Health indicators
    • Mortality rate
    • Birth rate
    • Prevalence rate
    • Fertility rate

Getting Started

The package can be found on pypi hence you can install it using pip

Installation

pip install health_indices

Usage

Using the short forms or abbreviated forms of indices

>>> from health_indices import bmi,bai
>>> bmi(54, 1.70)

Using the long form of indices

>>> from health_indices import bodymassindex
>>> bodymassindex(54, 1.70)

Examples

>>> from health_indices import bmi
>>> bmi(54,1.70)
Body Mass Index is =>  18.0
BMI Category => Underweight 
Body Mass Index is =>  18.0
18.0
>>> a = bmi(54,1.70)
Body Mass Index is =>  18.0
BMI Category => Underweight 
Body Mass Index is =>  18.0
>>> a
18.0
>>>

Contribution

Contributions are welcome Notice a bug let us know. Thanks

Author

  • Main Maintainer: Naresh Kumar

About

A unified collection of health indices and health indicators eg: bmi, bai,corp index etc..

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages