openScale
openScale copied to clipboard
US Navy body fat estimate
The formulas for estimating body fat percentage (BF%) from age, sex and weight are good, but I would like to improve accuracy by including waist (& hip, female) & neck measurements.
I prefer this measure to calipers since I can get the same measurement twice in a row!
The formulas aren't complicated - this site has them in inches & lbs. If you like the concept I'm happy to dig out the paper the USA DoD wrote about the method for the citations in the project.
I'd offer to code it but I've never managed to get something to compile in Android Studio.
Currently I used the caliper measurement formula by Jackson, Polloc but another formula could be implemented as an option in the caliper measurement settings in openScale like for the body water measurement. If you want to do it your are welcome to send a PR.
I got the latest commit of the app to build on my PC, so I'll give it a try.