I'm trying to implement the Pa:Hr % ratio. I see it's been discussed over the years in this group and that there was a AerobicDecoupling.cpp in the repository at one point. It seems to have disappeared.
Can anyone give me the user metric formula so I can get the % for each activity?
I think this is what I need, but it doesn't work as a user metric (I found it via this group):
{ firstHalfRatio = firstHalfSpeed / firstHalfHR;
secondHalfRatio = secondHalfSpeed / secondHalfHR;
percent = 100.0 * (firstHalfRatio - secondHalfRatio) / firstHalfRatio; }
Thank you
Joss