10-05-2015 03:31 - edited 10-05-2015 04:44
10-05-2015 03:31 - edited 10-05-2015 04:44
Hello,
I'm trying to understand how you calculate the activityCalories, caloriesOut and caloriesBMR, but i didn't succeed yet. I read the page, but doesn't seem to answer it. What i want to know:
1) How do i know how many calories were wasted from my steps?
i was analysing my data and i have:
"activities": [], "summary": { "activeScore": -1, "activityCalories": 74, "caloriesBMR": 1058, "caloriesOut": 1122, ... "marginalCalories": 22 }
if you sum activeCalories + caloriesBMR = 1132 (not 1122 like caloriesOut). So how can i discover how many calories i wasted with the steps (that are not from activities)?
Thank you
10-11-2015 08:40
10-11-2015 08:40
The BMR calories are calculated from your weight.
The calories out is the whole calories burned.
So the calories for the steps= CaloriesOut-BMRcalories.
And thats the activity calories.