skcycling.metrics.mpa2ftp

skcycling.metrics.mpa2ftp(mpa)[source][source]

Convert the maximum power aerobic into the functional threshold power.

Parameters:
mpa : float

Maximum power aerobic.

Examples

>>> from skcycling.metrics import mpa2ftp
>>> print(mpa2ftp(400)) 
304...