Class BodyMetrics
java.lang.Object
org.episteme.natural.medicine.anthropometry.BodyMetrics
Body Mass Index and Body Surface Area calculators.
*
Reference:
Fréchet, M. (1906). Sur quelques points du calcul fonctionnel. Rendiconti del Circolo Matematico di Palermo.
- Since:
- 1.0
- Author:
- Silvere Martin-Michiellot, Gemini AI (Google DeepMind)
-
Method Summary
Modifier and TypeMethodDescriptionstatic RealBMI = mass (kg) / height² (m²)static StringbmiCategory(Real bmi) BMI categorystatic RealDu Bois BSA formula: BSA = 0.007184 * w^0.425 * h^0.725static RealbsaMosteller(Quantity<Mass> mass, Quantity<Length> height) Mosteller BSA: sqrt(weight * height / 3600)idealBodyWeightFemale(Quantity<Length> height) Ideal body weight (Devine formula, female)idealBodyWeightMale(Quantity<Length> height) Ideal body weight (Devine formula, male)
-
Method Details
-
bmi
-
bmiCategory
-
bsaDuBois
-
bsaMosteller
-
idealBodyWeightMale
-
idealBodyWeightFemale
-