Also any suggestions for videos on how to set up GC? I have all the basic charts and have a vauge idea on how to read them, but I would like yo know how to really set GC up so I can read and understand my information!
ALSO...
Being both a runner a cyclist I was wondering if there was a way to seperate the graphs and charts I would like for running be available when I upload my run workout,and when I upload my bike workout the graphs and charts for cycling.
Especially for my run workouts I have a lot of boxes that say no data available, and I am like of course I am not going to have a power graph when I run!
Any help setting this up would be great!
Wondering why for all my rides I have a TSS score, but all my runs are 0's for TSS, Anyway to get a running TSS?
Also any suggestions for videos on how to set up GC? I have all the basic charts and have a vauge idea on how to read them, but I would like yo know how to really set GC up so I can read and understand my information!
ALSO...
Being both a runner a cyclist I was wondering if there was a way to seperate the graphs and charts I would like for running be available when I upload my run workout,and when I upload my bike workout the graphs and charts for cycling.Especially for my run workouts I have a lot of boxes that say no data available, and I am like of course I am not going to have a power graph when I run!
Any help setting this up would be great!
The essay on RSS is now provided on Stryd blog. http://blog.stryd.com/2017/01/28/running-stress-score/
Hi all,TRIMP is based on HR. So not preferred since I got my running power measurement now.RSS mathematical implementation is different from TSS.The essay on RSS is now provided on Stryd blog. http://blog.stryd.com/2017/01/28/running-stress-score/They state :RSS = 100 x training duration x (Power/CP)^K"The coefficient K accounts for the fact that different intensity levels spur different physiological adaptations. In order to achieve your best potential, it is important to have the right training variety across all intensity levels, while allowing the proper recovery time for each.Note that, RSS shares a similar form as the Training Stress Score (TSS) used in cycling. Yet, cycling and running are fundamentally different sports. In particular, run training is often constrained by mechanical stress. Increasing running intensity results in higher stress on our body than comparable increases in cycling. Indeed, the coefficient K for running RSS is significantly higher than that of cycling TSS, reflecting the higher stressing effect of intensive run workouts."It is not known what the "k" co-efficient is.
From what they state, TSS for running and RSS for running will be different, how different I don't know. I'm ok living with a TSS for running mainly to avoid splitting hair over small differences, and listen to body signals for placing added recovery after intensive runs. Just want the PMC chart to look reasonably meaningful.
How would the formula for such a running TSS custom metric actually look like ?
I mean how would the syntax be that I would have to provide, because obviously I don't want to calculate aerobic points as shown in the how-to you posted ;-)
Ok, i understand if you can't share it.But could you explain the rationale behind your code ?
You multiply Ckin and Caero and Cslope by the weight but I don't see that anywhere in the litterature.return (cAero + cKin + cSlope*eff) * speed * weight;
Actually, I only see Cslope being multiplied by the user's weight, am I misunderstanding something ?Example,hereP=(Caero+Cslope⋅η⋅m+Ckin)⋅v and mm is the runner weight
Another example here :power=(cAero + cKin + cSlope*eff*SUUNTO_USER_WEIGHT)*speed;Additionally, in Skiba's pdfI don't see the weight being multiplied to CAero and CkinPower(W/kg)=(Ci!nV-(Ci!nV!(.5!(V!8.33-1))))+Caero!V+Ckin!V(Eq.7)