Skip to content

Commit 6d241d9

Browse files
committed
markdown added formula
1 parent f7deed5 commit 6d241d9

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

scoresim.Rmd

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,15 @@ head(current)[,1:7]
4343

4444
Mean = **`r mean(Z,na.rm=T)`** and Standard Deviation = **`r sd(Z,na.rm=T)`** as expected.
4545

46+
The score for a given race is calculated as follows
47+
48+
RT = Time in minutes
49+
MT = Mean race time for ALL runners
50+
ST = Standard Deviation of ALL runners times
51+
RP = Race Points
52+
53+
MP and SP are the mean and standard deviation of the CURRENT scores (all, not just best 5) for the top 90% of the field. It is this values that I will be changing for the race I've selected. Of most interest is the effect of including more runners, ie the the tail of the field, so 95% and 100%.
54+
55+
$$RP = SP*\frac{(MT-RT)}{ST} + MP$$
56+
4657

scoresim.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,13 @@ <h2>Estimating Current Score</h2>
148148
## 5 AlCory-Wright NA NA NA NA NA NA
149149
## 6 AleishaNeary 929.1214 929.1214 929.1214 929.1214 929.1214 1112.982</code></pre>
150150
<p>Mean = <strong>1000</strong> and Standard Deviation = <strong>200</strong> as expected.</p>
151+
<p>The score for a given race is calculated as follows</p>
152+
<p>RT = Time in minutes<br />
153+
MT = Mean race time for ALL runners<br />
154+
ST = Standard Deviation of ALL runners times<br />
155+
RP = Race Points</p>
156+
<p>MP and SP are the mean and standard deviation of the CURRENT scores (all, not just best 5) for the top 90% of the field. It is this values that I will be changing for the race I’ve selected. Of most interest is the effect of including more runners, ie the the tail of the field, so 95% and 100%.</p>
157+
<p><span class="math display">\[RP = SP*\frac{(MT-RT)}{ST} + MP\]</span></p>
151158
</div>
152159

153160

0 commit comments

Comments
 (0)