Class PerformanceModels.CriticalPower
java.lang.Object
org.episteme.social.sports.PerformanceModels.CriticalPower
- Enclosing class:
PerformanceModels
Critical Power (CP) and Anaerobic Work Capacity (W') modeling.
- Since:
- 1.0
- Version:
- 1.1
- Author:
- Silvere Martin-Michiellot, Gemini AI (Google DeepMind)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Real[]solveFromTwoPoints(double[] effort1, double[] effort2) Calculates CP and W' from two distinct exhaustive efforts.static RealtimeToExhaustion(double power, double cp, double wPrime) Estimates time to exhaustion at a specific power output above CP.
-
Constructor Details
-
CriticalPower
public CriticalPower()
-
-
Method Details
-
solveFromTwoPoints
Calculates CP and W' from two distinct exhaustive efforts. -
timeToExhaustion
Estimates time to exhaustion at a specific power output above CP.
-