|
|
|
|
|
by dtech
2950 days ago
|
|
Even for large populations BMI is a pretty mediocre metric since it is heavily influenced by length. The formula is kept simple `weight / height^2` to help 19th century doctors. A more accurate growth rate for healthy weight is something like `weight / heigth^2.5` [1] This oversimplification causes standard BMI treshholds to underestimate obesity for short people (<1.6m), and overestimate obesity for tall people (>1.8m). [1] https://people.maths.ox.ac.uk/trefethen/bmi.html |
|