Sports Lib API - v21.3.0
    Preparing search index...

    Interface ThreeParameterCriticalPowerModel

    The three parameters of the Morton three-parameter critical-power model.

    criticalPowerWatts is the sustainable oxidative-power asymptote, wPrimeJoules is finite work capacity above it, and maximumPowerWatts is the fatigue-free maximum power. All three values must be strictly positive and maximum power must exceed critical power. Models whose derived time offset or strain scale cannot be represented as finite positive numbers are also invalid.

    interface ThreeParameterCriticalPowerModel {
        criticalPowerWatts: number;
        maximumPowerWatts: number;
        wPrimeJoules: number;
    }
    Index

    Properties

    criticalPowerWatts: number
    maximumPowerWatts: number
    wPrimeJoules: number