Private
Public Access
1
0

changed naming of rower ranking to percentile

This commit is contained in:
Sander Roosendaal
2017-12-14 11:57:40 +01:00
parent 50c578b8af
commit 6b7207321c
2 changed files with 9 additions and 11 deletions

View File

@@ -1332,19 +1332,19 @@ def interactive_cpchart(rower,thedistances,thesecs,theavpower,
color='Maroon',line_dash='dotted') color='Maroon',line_dash='dotted')
plot.line('duration','fitpowerexcellent',source=sourcecomplex, plot.line('duration','fitpowerexcellent',source=sourcecomplex,
legend="Excellent", legend="90% percentile",
color='Purple',line_dash='dotted') color='Purple',line_dash='dotted')
plot.line('duration','fitpowergood',source=sourcecomplex, plot.line('duration','fitpowergood',source=sourcecomplex,
legend="Good", legend="75% percentile",
color='Olive',line_dash='dotted') color='Olive',line_dash='dotted')
plot.line('duration','fitpowerfair',source=sourcecomplex, plot.line('duration','fitpowerfair',source=sourcecomplex,
legend="Fair", legend="50% percentile",
color='Gray',line_dash='dotted') color='Gray',line_dash='dotted')
plot.line('duration','fitpoweraverage',source=sourcecomplex, plot.line('duration','fitpoweraverage',source=sourcecomplex,
legend="Average", legend="25% percentile",
color='SkyBlue',line_dash='dotted') color='SkyBlue',line_dash='dotted')

View File

@@ -167,13 +167,11 @@
and weight category. World class means within 5% of and weight category. World class means within 5% of
<a href="http://www.concept2.com/indoor-rowers/racing/records/world"> <a href="http://www.concept2.com/indoor-rowers/racing/records/world">
World Record</a> in terms World Record</a> in terms
of power. Excellent, Good, and Fair indicate the power levels of the top of power.
10%, 25% and 50% of the Concept2 rankings. Average is taken The percentile lines are estimates of where the percentiles
as being in the top 75%, which is quite good, of the Concept2 rankings historically are for those of exactly
given that the Concept2 rankings probably your age, gender and weight class.
represent the more competitive sub-group of all people who erg. </p>
Please note that this is a prediction for people of exactly your age,
and your actual place in the Concept2 Ranking may be different.</p>
{% endif %} {% endif %}
</div> </div>