sksports.metrics.ftp2mpa

sksports.metrics.ftp2mpa(ftp)[source][source]

Convert the functional threshold power into the maximum threshold power.

Parameters:
ftp : float

Functional threshold power.

Examples

>>> from sksports.metrics import ftp2mpa
>>> print(ftp2mpa(304)) 
400...