Class PerformanceModels.CriticalPower

java.lang.Object
org.episteme.social.sports.PerformanceModels.CriticalPower
Enclosing class:
PerformanceModels

public static final class PerformanceModels.CriticalPower extends Object
Critical Power (CP) and Anaerobic Work Capacity (W') modeling.
Since:
1.0
Version:
1.1
Author:
Silvere Martin-Michiellot, Gemini AI (Google DeepMind)
  • Constructor Details

    • CriticalPower

      public CriticalPower()
  • Method Details

    • solveFromTwoPoints

      public static Real[] solveFromTwoPoints(double[] effort1, double[] effort2)
      Calculates CP and W' from two distinct exhaustive efforts.
    • timeToExhaustion

      public static Real timeToExhaustion(double power, double cp, double wPrime)
      Estimates time to exhaustion at a specific power output above CP.