This is based on the formula that Swiss topo use for determining the time required for each trail in Switzerland. It works for them, not for my purpose. Anything better? Thanks a lot! Damien |
So I would like especially to know what is the formula for aPower on GC
Linear model Poly8:
f(x) = p1*x^8 + p2*x^7 + p3*x^6 + p4*x^5 +
p5*x^4 + p6*x^3 + p7*x^2 + p8*x + p9
Coefficients (with 95% confidence bounds):
p1 = 3968 (3092, 4843)
p2 = 1264 (1096, 1432)
p3 = -935.3 (-1128, -743)
p4 = -290.8 (-323.8, -257.7)
p5 = 21.71 (8.843, 34.57)
p6 = 15.62 (13.75, 17.49)
p7 = 17.5 (17.24, 17.76)
p8 = 2.811 (2.782, 2.84)
p9 = 1 (fixed at bound)
And it is not far from the Swissrando [1] formula. Here I compared it with the previous formula used by Strava they obtained from Minetti 93 [3]. I compared the three formulas and they are not far from each other. Indeed the Swissrando formula fails at large gradient [1]:
So the problem for me to implement Graded Adjusted Pace as a User defined curve is actually not the formula itself but the slope data in the file. It seems it comes directly into the Fit file, am I right? It is actually always really noisy and looks really different than reality.
So is there any possibility to implement a moving average in a user defined curve on Golden Cheetah? I did not see anything about it anywhere.
And is there any possibility to use aPower and an equivalent aW'_bal? for a performance and CP chart with curve fitting?