Class PerformanceModels.VO2Max
java.lang.Object
org.episteme.social.sports.PerformanceModels.VO2Max
- Enclosing class:
PerformanceModels
Aerobic capacity (VO2 Max) estimation algorithms.
- Since:
- 1.0
- Version:
- 1.1
- Author:
- Silvere Martin-Michiellot, Gemini AI (Google DeepMind)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic RealfromCooperTest(double distanceMeters) Cooper Test: VO2Max = (distanceMeters - 504.9) / 44.73static RealfromHeartRates(int hrMax, int hrRest) Uth-Sørensen-Overgaard-Pedersen: VO2Max = 15.3 * (HRmax / HRrest)static RealrockportWalk(double weightLb, int age, boolean male, double timeMinutes, int finalHR) Rockport Walk Test: Estimating VO2Max for walking.
-
Constructor Details
-
VO2Max
public VO2Max()
-
-
Method Details
-
fromCooperTest
Cooper Test: VO2Max = (distanceMeters - 504.9) / 44.73 -
fromHeartRates
Uth-Sørensen-Overgaard-Pedersen: VO2Max = 15.3 * (HRmax / HRrest) -
rockportWalk
public static Real rockportWalk(double weightLb, int age, boolean male, double timeMinutes, int finalHR) Rockport Walk Test: Estimating VO2Max for walking.
-